@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAnalyticsDataAssociationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListAnalyticsDataAssociationsResult() |
Modifier and Type | Method and Description |
---|---|
ListAnalyticsDataAssociationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
List<AnalyticsDataAssociationResult> |
getResults()
An array of successful results:
DataSetId , TargetAccountId ,
ResourceShareId , ResourceShareArn . |
int |
hashCode() |
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
void |
setResults(Collection<AnalyticsDataAssociationResult> results)
An array of successful results:
DataSetId , TargetAccountId ,
ResourceShareId , ResourceShareArn . |
String |
toString()
Returns a string representation of this object.
|
ListAnalyticsDataAssociationsResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListAnalyticsDataAssociationsResult |
withResults(AnalyticsDataAssociationResult... results)
An array of successful results:
DataSetId , TargetAccountId ,
ResourceShareId , ResourceShareArn . |
ListAnalyticsDataAssociationsResult |
withResults(Collection<AnalyticsDataAssociationResult> results)
An array of successful results:
DataSetId , TargetAccountId ,
ResourceShareId , ResourceShareArn . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AnalyticsDataAssociationResult> getResults()
An array of successful results: DataSetId
, TargetAccountId
,
ResourceShareId
, ResourceShareArn
. This is a paginated API, so nextToken
is given if there are more results to be returned.
DataSetId
, TargetAccountId
,
ResourceShareId
, ResourceShareArn
. This is a paginated API, so
nextToken
is given if there are more results to be returned.public void setResults(Collection<AnalyticsDataAssociationResult> results)
An array of successful results: DataSetId
, TargetAccountId
,
ResourceShareId
, ResourceShareArn
. This is a paginated API, so nextToken
is given if there are more results to be returned.
results
- An array of successful results: DataSetId
, TargetAccountId
,
ResourceShareId
, ResourceShareArn
. This is a paginated API, so
nextToken
is given if there are more results to be returned.public ListAnalyticsDataAssociationsResult withResults(AnalyticsDataAssociationResult... results)
An array of successful results: DataSetId
, TargetAccountId
,
ResourceShareId
, ResourceShareArn
. This is a paginated API, so nextToken
is given if there are more results to be returned.
NOTE: This method appends the values to the existing list (if any). Use
setResults(java.util.Collection)
or withResults(java.util.Collection)
if you want to override
the existing values.
results
- An array of successful results: DataSetId
, TargetAccountId
,
ResourceShareId
, ResourceShareArn
. This is a paginated API, so
nextToken
is given if there are more results to be returned.public ListAnalyticsDataAssociationsResult withResults(Collection<AnalyticsDataAssociationResult> results)
An array of successful results: DataSetId
, TargetAccountId
,
ResourceShareId
, ResourceShareArn
. This is a paginated API, so nextToken
is given if there are more results to be returned.
results
- An array of successful results: DataSetId
, TargetAccountId
,
ResourceShareId
, ResourceShareArn
. This is a paginated API, so
nextToken
is given if there are more results to be returned.public void setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken
- If there are additional results, this is the token for the next set of results.public String getNextToken()
If there are additional results, this is the token for the next set of results.
public ListAnalyticsDataAssociationsResult withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken
- If there are additional results, this is the token for the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListAnalyticsDataAssociationsResult clone()