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