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