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