Class UpdateGatewayInformationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.backupgateway.transform.UpdateGatewayInformationRequestMarshaller
- All Implemented Interfaces:
- Marshaller<UpdateGatewayInformationRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class UpdateGatewayInformationRequestMarshaller
extends Object
implements Marshaller<UpdateGatewayInformationRequest>
UpdateGatewayInformationRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionUpdateGatewayInformationRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(UpdateGatewayInformationRequest updateGatewayInformationRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
UpdateGatewayInformationRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<UpdateGatewayInformationRequest>
- Parameters:
- updateGatewayInformationRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-