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