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