Class DeleteCloudExadataInfrastructureRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.odb.transform.DeleteCloudExadataInfrastructureRequestMarshaller
- All Implemented Interfaces:
Marshaller<DeleteCloudExadataInfrastructureRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<DeleteCloudExadataInfrastructureRequest>
- Parameters:
deleteCloudExadataInfrastructureRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-