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