Class GetCloudExadataInfrastructureRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.odb.transform.GetCloudExadataInfrastructureRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetCloudExadataInfrastructureRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<GetCloudExadataInfrastructureRequest>- Parameters:
getCloudExadataInfrastructureRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-