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