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