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