Class ListTableColumnsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.honeycode.model.HoneycodeRequest
-
- software.amazon.awssdk.services.honeycode.model.ListTableColumnsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListTableColumnsRequest.Builder,ListTableColumnsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListTableColumnsRequest extends HoneycodeRequest implements ToCopyableBuilder<ListTableColumnsRequest.Builder,ListTableColumnsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListTableColumnsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListTableColumnsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringnextToken()This parameter is optional.List<SdkField<?>>sdkFields()static Class<? extends ListTableColumnsRequest.Builder>serializableBuilderClass()StringtableId()The ID of the table whose columns are being retrieved.ListTableColumnsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringworkbookId()The ID of the workbook that contains the table whose columns are being retrieved.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
workbookId
public final String workbookId()
The ID of the workbook that contains the table whose columns are being retrieved.
If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.
- Returns:
- The ID of the workbook that contains the table whose columns are being retrieved.
If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.
-
tableId
public final String tableId()
The ID of the table whose columns are being retrieved.
If a table with the specified id could not be found, this API throws ResourceNotFoundException.
- Returns:
- The ID of the table whose columns are being retrieved.
If a table with the specified id could not be found, this API throws ResourceNotFoundException.
-
nextToken
public final String nextToken()
This parameter is optional. If a nextToken is not specified, the API returns the first page of data.
Pagination tokens expire after 1 hour. If you use a token that was returned more than an hour back, the API will throw ValidationException.
- Returns:
- This parameter is optional. If a nextToken is not specified, the API returns the first page of data.
Pagination tokens expire after 1 hour. If you use a token that was returned more than an hour back, the API will throw ValidationException.
-
toBuilder
public ListTableColumnsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListTableColumnsRequest.Builder,ListTableColumnsRequest>- Specified by:
toBuilderin classHoneycodeRequest
-
builder
public static ListTableColumnsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListTableColumnsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-