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