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