Class GetDistributionRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.cloudfront.transform.GetDistributionRequestMarshaller
- All Implemented Interfaces:
- Marshaller<GetDistributionRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetDistributionRequestMarshaller
extends Object
implements Marshaller<GetDistributionRequest>
GetDistributionRequest Marshaller- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(GetDistributionRequest getDistributionRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
GetDistributionRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<GetDistributionRequest>
- Parameters:
- getDistributionRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-