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