Class GetBackupPlanRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.backup.transform.GetBackupPlanRequestMarshaller
- All Implemented Interfaces:
- Marshaller<GetBackupPlanRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetBackupPlanRequestMarshaller
extends Object
implements Marshaller<GetBackupPlanRequest>
GetBackupPlanRequest Marshaller- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(GetBackupPlanRequest getBackupPlanRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
GetBackupPlanRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<GetBackupPlanRequest>
- Parameters:
- getBackupPlanRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-