Class ListInstanceProfilesForRoleRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.iam.transform.ListInstanceProfilesForRoleRequestMarshaller
- All Implemented Interfaces:
- Marshaller<ListInstanceProfilesForRoleRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class ListInstanceProfilesForRoleRequestMarshaller
extends Object
implements Marshaller<ListInstanceProfilesForRoleRequest>
ListInstanceProfilesForRoleRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionListInstanceProfilesForRoleRequestMarshaller(AwsQueryProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
ListInstanceProfilesForRoleRequestMarshaller
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<ListInstanceProfilesForRoleRequest>
- Parameters:
- listInstanceProfilesForRoleRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-