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