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