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