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