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