Class ListStackSetAutoDeploymentTargetsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.cloudformation.transform.ListStackSetAutoDeploymentTargetsRequestMarshaller
- All Implemented Interfaces:
- Marshaller<ListStackSetAutoDeploymentTargetsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class ListStackSetAutoDeploymentTargetsRequestMarshaller
extends Object
implements Marshaller<ListStackSetAutoDeploymentTargetsRequest>
ListStackSetAutoDeploymentTargetsRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescription
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(ListStackSetAutoDeploymentTargetsRequest listStackSetAutoDeploymentTargetsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
ListStackSetAutoDeploymentTargetsRequestMarshaller
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(ListStackSetAutoDeploymentTargetsRequest listStackSetAutoDeploymentTargetsRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<ListStackSetAutoDeploymentTargetsRequest>
- Parameters:
- listStackSetAutoDeploymentTargetsRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-