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