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