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