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