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