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