Class UpdateAccountPoolRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.datazone.transform.UpdateAccountPoolRequestMarshaller
- All Implemented Interfaces:
Marshaller<UpdateAccountPoolRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<UpdateAccountPoolRequest>- Parameters:
updateAccountPoolRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-