@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FieldFolder extends Object implements Serializable, Cloneable, StructuredPojo
A FieldFolder element is a folder that contains fields and nested subfolders.
Constructor and Description |
---|
FieldFolder() |
Modifier and Type | Method and Description |
---|---|
FieldFolder |
clone() |
boolean |
equals(Object obj) |
List<String> |
getColumns()
A folder has a list of columns.
|
String |
getDescription()
The description for a field folder.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setColumns(Collection<String> columns)
A folder has a list of columns.
|
void |
setDescription(String description)
The description for a field folder.
|
String |
toString()
Returns a string representation of this object.
|
FieldFolder |
withColumns(Collection<String> columns)
A folder has a list of columns.
|
FieldFolder |
withColumns(String... columns)
A folder has a list of columns.
|
FieldFolder |
withDescription(String description)
The description for a field folder.
|
public void setDescription(String description)
The description for a field folder.
description
- The description for a field folder.public String getDescription()
The description for a field folder.
public FieldFolder withDescription(String description)
The description for a field folder.
description
- The description for a field folder.public List<String> getColumns()
A folder has a list of columns. A column can only be in one folder.
public void setColumns(Collection<String> columns)
A folder has a list of columns. A column can only be in one folder.
columns
- A folder has a list of columns. A column can only be in one folder.public FieldFolder withColumns(String... columns)
A folder has a list of columns. A column can only be in one folder.
NOTE: This method appends the values to the existing list (if any). Use
setColumns(java.util.Collection)
or withColumns(java.util.Collection)
if you want to override
the existing values.
columns
- A folder has a list of columns. A column can only be in one folder.public FieldFolder withColumns(Collection<String> columns)
A folder has a list of columns. A column can only be in one folder.
columns
- A folder has a list of columns. A column can only be in one folder.public String toString()
toString
in class Object
Object.toString()
public FieldFolder clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.