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