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