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