Class HoneycodeRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.honeycode.model.HoneycodeRequest
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
BatchCreateTableRowsRequest,BatchDeleteTableRowsRequest,BatchUpdateTableRowsRequest,BatchUpsertTableRowsRequest,DescribeTableDataImportJobRequest,GetScreenDataRequest,InvokeScreenAutomationRequest,ListTableColumnsRequest,ListTableRowsRequest,ListTablesRequest,ListTagsForResourceRequest,QueryTableRowsRequest,StartTableDataImportJobRequest,TagResourceRequest,UntagResourceRequest
@Generated("software.amazon.awssdk:codegen") public abstract class HoneycodeRequest extends AwsRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHoneycodeRequest.Builderprotected static classHoneycodeRequest.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedHoneycodeRequest(HoneycodeRequest.Builder builder)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract HoneycodeRequest.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
-
HoneycodeRequest
protected HoneycodeRequest(HoneycodeRequest.Builder builder)
-
-
Method Detail
-
toBuilder
public abstract HoneycodeRequest.Builder toBuilder()
- Specified by:
toBuilderin classAwsRequest
-
-