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