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