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