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