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