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