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