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