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