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