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