Class SageMakerA2IRuntimeRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.sagemakera2iruntime.model.SageMakerA2IRuntimeRequest
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
DeleteHumanLoopRequest,DescribeHumanLoopRequest,ListHumanLoopsRequest,StartHumanLoopRequest,StopHumanLoopRequest
@Generated("software.amazon.awssdk:codegen") public abstract class SageMakerA2IRuntimeRequest extends AwsRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSageMakerA2IRuntimeRequest.Builderprotected static classSageMakerA2IRuntimeRequest.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedSageMakerA2IRuntimeRequest(SageMakerA2IRuntimeRequest.Builder builder)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract SageMakerA2IRuntimeRequest.BuildertoBuilder()-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
equals, hashCode, overrideConfiguration
-
Methods inherited from class software.amazon.awssdk.core.SdkRequest
getValueForField
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Constructor Detail
-
SageMakerA2IRuntimeRequest
protected SageMakerA2IRuntimeRequest(SageMakerA2IRuntimeRequest.Builder builder)
-
-
Method Detail
-
toBuilder
public abstract SageMakerA2IRuntimeRequest.Builder toBuilder()
- Specified by:
toBuilderin classAwsRequest
-
-