@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) |
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 |
getStartColumnIndex()
The starting index for the range of columns to return in the view frame.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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 |
setStartColumnIndex(Integer startColumnIndex)
The starting index for the range of columns to return in the view frame.
|
String |
toString()
Returns a string representation of this object.
|
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 |
withStartColumnIndex(Integer startColumnIndex)
The starting index for the range of columns 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 String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.