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