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