@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListKxDataviewsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListKxDataviewsResult() |
Modifier and Type | Method and Description |
---|---|
ListKxDataviewsResult |
clone() |
boolean |
equals(Object obj) |
List<KxDataviewListEntry> |
getKxDataviews()
The list of kdb dataviews that are currently active for the given database.
|
String |
getNextToken()
A token that indicates where a results page should begin.
|
int |
hashCode() |
void |
setKxDataviews(Collection<KxDataviewListEntry> kxDataviews)
The list of kdb dataviews that are currently active for the given database.
|
void |
setNextToken(String nextToken)
A token that indicates where a results page should begin.
|
String |
toString()
Returns a string representation of this object.
|
ListKxDataviewsResult |
withKxDataviews(Collection<KxDataviewListEntry> kxDataviews)
The list of kdb dataviews that are currently active for the given database.
|
ListKxDataviewsResult |
withKxDataviews(KxDataviewListEntry... kxDataviews)
The list of kdb dataviews that are currently active for the given database.
|
ListKxDataviewsResult |
withNextToken(String nextToken)
A token that indicates where a results page should begin.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<KxDataviewListEntry> getKxDataviews()
The list of kdb dataviews that are currently active for the given database.
public void setKxDataviews(Collection<KxDataviewListEntry> kxDataviews)
The list of kdb dataviews that are currently active for the given database.
kxDataviews
- The list of kdb dataviews that are currently active for the given database.public ListKxDataviewsResult withKxDataviews(KxDataviewListEntry... kxDataviews)
The list of kdb dataviews that are currently active for the given database.
NOTE: This method appends the values to the existing list (if any). Use
setKxDataviews(java.util.Collection)
or withKxDataviews(java.util.Collection)
if you want to
override the existing values.
kxDataviews
- The list of kdb dataviews that are currently active for the given database.public ListKxDataviewsResult withKxDataviews(Collection<KxDataviewListEntry> kxDataviews)
The list of kdb dataviews that are currently active for the given database.
kxDataviews
- The list of kdb dataviews that are currently active for the given database.public void setNextToken(String nextToken)
A token that indicates where a results page should begin.
nextToken
- A token that indicates where a results page should begin.public String getNextToken()
A token that indicates where a results page should begin.
public ListKxDataviewsResult withNextToken(String nextToken)
A token that indicates where a results page should begin.
nextToken
- A token that indicates where a results page should begin.public String toString()
toString
in class Object
Object.toString()
public ListKxDataviewsResult clone()