Class ExportRdsDatabaseRecommendationsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.computeoptimizer.transform.ExportRdsDatabaseRecommendationsRequestMarshaller
- All Implemented Interfaces:
- Marshaller<ExportRdsDatabaseRecommendationsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class ExportRdsDatabaseRecommendationsRequestMarshaller
extends Object
implements Marshaller<ExportRdsDatabaseRecommendationsRequest>
ExportRdsDatabaseRecommendationsRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescription
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(ExportRdsDatabaseRecommendationsRequest exportRdsDatabaseRecommendationsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
ExportRdsDatabaseRecommendationsRequestMarshallerpublic ExportRdsDatabaseRecommendationsRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(ExportRdsDatabaseRecommendationsRequest exportRdsDatabaseRecommendationsRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<ExportRdsDatabaseRecommendationsRequest>
- Parameters:
- exportRdsDatabaseRecommendationsRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-