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