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