Class UpdateGatewayCapabilityConfigurationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.iotsitewise.transform.UpdateGatewayCapabilityConfigurationRequestMarshaller
- All Implemented Interfaces:
- Marshaller<UpdateGatewayCapabilityConfigurationRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class UpdateGatewayCapabilityConfigurationRequestMarshaller
extends Object
implements Marshaller<UpdateGatewayCapabilityConfigurationRequest>
UpdateGatewayCapabilityConfigurationRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescription
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(UpdateGatewayCapabilityConfigurationRequest updateGatewayCapabilityConfigurationRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
UpdateGatewayCapabilityConfigurationRequestMarshallerpublic UpdateGatewayCapabilityConfigurationRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(UpdateGatewayCapabilityConfigurationRequest updateGatewayCapabilityConfigurationRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<UpdateGatewayCapabilityConfigurationRequest>
- Parameters:
- updateGatewayCapabilityConfigurationRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-