Class AssociateGovernedTermsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.datazone.transform.AssociateGovernedTermsRequestMarshaller
- All Implemented Interfaces:
Marshaller<AssociateGovernedTermsRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<AssociateGovernedTermsRequest>
- Parameters:
associateGovernedTermsRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-