Class CreateRecoveryGroupRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.route53recoveryreadiness.transform.CreateRecoveryGroupRequestMarshaller
- All Implemented Interfaces:
 Marshaller<CreateRecoveryGroupRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class CreateRecoveryGroupRequestMarshaller
extends Object
implements Marshaller<CreateRecoveryGroupRequest>
CreateRecoveryGroupRequest Marshaller- 
Constructor Summary
ConstructorsConstructorDescriptionCreateRecoveryGroupRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)  - 
Method Summary
Modifier and TypeMethodDescriptionmarshall(CreateRecoveryGroupRequest createRecoveryGroupRequest) Marshalls the given POJO into aSdkHttpFullRequest. 
- 
Constructor Details
- 
CreateRecoveryGroupRequestMarshaller
 
 - 
 - 
Method Details
- 
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<CreateRecoveryGroupRequest>- Parameters:
 createRecoveryGroupRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -