@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ViewFrame extends Object implements Serializable, Cloneable, StructuredPojo
Represents the data being transformed during an action.
| Constructor and Description |
|---|
ViewFrame() |
| Modifier and Type | Method and Description |
|---|---|
ViewFrame |
clone() |
boolean |
equals(Object obj) |
String |
getAnalytics()
Controls if analytics computation is enabled or disabled.
|
Integer |
getColumnRange()
The number of columns to include in the view frame, beginning with the
StartColumnIndex value and
ignoring any columns in the HiddenColumns list. |
List<String> |
getHiddenColumns()
A list of columns to hide in the view frame.
|
Integer |
getRowRange()
The number of rows to include in the view frame, beginning with the
StartRowIndex value. |
Integer |
getStartColumnIndex()
The starting index for the range of columns to return in the view frame.
|
Integer |
getStartRowIndex()
The starting index for the range of rows to return in the view frame.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAnalytics(String analytics)
Controls if analytics computation is enabled or disabled.
|
void |
setColumnRange(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. |
void |
setHiddenColumns(Collection<String> hiddenColumns)
A list of columns to hide in the view frame.
|
void |
setRowRange(Integer rowRange)
The number of rows to include in the view frame, beginning with the
StartRowIndex value. |
void |
setStartColumnIndex(Integer startColumnIndex)
The starting index for the range of columns to return in the view frame.
|
void |
setStartRowIndex(Integer startRowIndex)
The starting index for the range of rows to return in the view frame.
|
String |
toString()
Returns a string representation of this object.
|
ViewFrame |
withAnalytics(AnalyticsMode analytics)
Controls if analytics computation is enabled or disabled.
|
ViewFrame |
withAnalytics(String analytics)
Controls if analytics computation is enabled or disabled.
|
ViewFrame |
withColumnRange(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. |
ViewFrame |
withHiddenColumns(Collection<String> hiddenColumns)
A list of columns to hide in the view frame.
|
ViewFrame |
withHiddenColumns(String... hiddenColumns)
A list of columns to hide in the view frame.
|
ViewFrame |
withRowRange(Integer rowRange)
The number of rows to include in the view frame, beginning with the
StartRowIndex value. |
ViewFrame |
withStartColumnIndex(Integer startColumnIndex)
The starting index for the range of columns to return in the view frame.
|
ViewFrame |
withStartRowIndex(Integer startRowIndex)
The starting index for the range of rows to return in the view frame.
|
public void setStartColumnIndex(Integer startColumnIndex)
The starting index for the range of columns to return in the view frame.
startColumnIndex - The starting index for the range of columns to return in the view frame.public Integer getStartColumnIndex()
The starting index for the range of columns to return in the view frame.
public ViewFrame withStartColumnIndex(Integer startColumnIndex)
The starting index for the range of columns to return in the view frame.
startColumnIndex - The starting index for the range of columns to return in the view frame.public void setColumnRange(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.
columnRange - The number of columns to include in the view frame, beginning with the StartColumnIndex value
and ignoring any columns in the HiddenColumns list.public Integer getColumnRange()
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 ViewFrame withColumnRange(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.
columnRange - The number of columns to include in the view frame, beginning with the StartColumnIndex value
and ignoring any columns in the HiddenColumns list.public List<String> getHiddenColumns()
A list of columns to hide in the view frame.
public void setHiddenColumns(Collection<String> hiddenColumns)
A list of columns to hide in the view frame.
hiddenColumns - A list of columns to hide in the view frame.public ViewFrame withHiddenColumns(String... hiddenColumns)
A list of columns to hide in the view frame.
NOTE: This method appends the values to the existing list (if any). Use
setHiddenColumns(java.util.Collection) or withHiddenColumns(java.util.Collection) if you want
to override the existing values.
hiddenColumns - A list of columns to hide in the view frame.public ViewFrame withHiddenColumns(Collection<String> hiddenColumns)
A list of columns to hide in the view frame.
hiddenColumns - A list of columns to hide in the view frame.public void setStartRowIndex(Integer startRowIndex)
The starting index for the range of rows to return in the view frame.
startRowIndex - The starting index for the range of rows to return in the view frame.public Integer getStartRowIndex()
The starting index for the range of rows to return in the view frame.
public ViewFrame withStartRowIndex(Integer startRowIndex)
The starting index for the range of rows to return in the view frame.
startRowIndex - The starting index for the range of rows to return in the view frame.public void setRowRange(Integer rowRange)
The number of rows to include in the view frame, beginning with the StartRowIndex value.
rowRange - The number of rows to include in the view frame, beginning with the StartRowIndex value.public Integer getRowRange()
The number of rows to include in the view frame, beginning with the StartRowIndex value.
StartRowIndex value.public ViewFrame withRowRange(Integer rowRange)
The number of rows to include in the view frame, beginning with the StartRowIndex value.
rowRange - The number of rows to include in the view frame, beginning with the StartRowIndex value.public void setAnalytics(String analytics)
Controls if analytics computation is enabled or disabled. Enabled by default.
analytics - Controls if analytics computation is enabled or disabled. Enabled by default.AnalyticsModepublic String getAnalytics()
Controls if analytics computation is enabled or disabled. Enabled by default.
AnalyticsModepublic ViewFrame withAnalytics(String analytics)
Controls if analytics computation is enabled or disabled. Enabled by default.
analytics - Controls if analytics computation is enabled or disabled. Enabled by default.AnalyticsModepublic ViewFrame withAnalytics(AnalyticsMode analytics)
Controls if analytics computation is enabled or disabled. Enabled by default.
analytics - Controls if analytics computation is enabled or disabled. Enabled by default.AnalyticsModepublic String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.