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