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