Class GetAccountInformationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.account.transform.GetAccountInformationRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetAccountInformationRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<GetAccountInformationRequest>- Parameters:
getAccountInformationRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-