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