Class BatchRemoveRoleRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.repostspace.transform.BatchRemoveRoleRequestMarshaller
- All Implemented Interfaces:
- Marshaller<BatchRemoveRoleRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class BatchRemoveRoleRequestMarshaller
extends Object
implements Marshaller<BatchRemoveRoleRequest>
BatchRemoveRoleRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionBatchRemoveRoleRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(BatchRemoveRoleRequest batchRemoveRoleRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
BatchRemoveRoleRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<BatchRemoveRoleRequest>
- Parameters:
- batchRemoveRoleRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-