@Generated(value="software.amazon.awssdk:codegen") public final class ViewFrame extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ViewFrame.Builder,ViewFrame>
Represents the data being transformed during an action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ViewFrame.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ViewFrame.Builder |
builder() |
Integer |
columnRange()
The number of columns to include in the view frame, beginning with the
StartColumnIndex value and
ignoring any columns in the HiddenColumns list. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasHiddenColumns()
Returns true if the HiddenColumns property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
List<String> |
hiddenColumns()
A list of columns to hide in the view frame.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ViewFrame.Builder> |
serializableBuilderClass() |
Integer |
startColumnIndex()
The starting index for the range of columns to return in the view frame.
|
ViewFrame.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer startColumnIndex()
The starting index for the range of columns to return in the view frame.
public final Integer columnRange()
The number of columns to include in the view frame, beginning with the StartColumnIndex value and
ignoring any columns in the HiddenColumns list.
StartColumnIndex
value and ignoring any columns in the HiddenColumns list.public final boolean hasHiddenColumns()
public final List<String> hiddenColumns()
A list of columns to hide in the view frame.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasHiddenColumns() to see if a value was sent in this field.
public ViewFrame.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ViewFrame.Builder,ViewFrame>public static ViewFrame.Builder builder()
public static Class<? extends ViewFrame.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.