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