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