Class UntagRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.resourcegroups.transform.UntagRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<UntagRequest>
@Generated("software.amazon.awssdk:codegen") public class UntagRequestMarshaller extends Object implements Marshaller<UntagRequest>
UntagRequestMarshaller
-
-
Constructor Summary
Constructors Constructor Description UntagRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequestmarshall(UntagRequest untagRequest)
-
-
-
Constructor Detail
-
UntagRequestMarshaller
public UntagRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(UntagRequest untagRequest)
- Specified by:
marshallin interfaceMarshaller<UntagRequest>
-
-