@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePullThroughCacheRulesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribePullThroughCacheRulesResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribePullThroughCacheRulesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The
nextToken value to include in a future DescribePullThroughCacheRulesRequest
request. |
List<PullThroughCacheRule> |
getPullThroughCacheRules()
The details of the pull through cache rules.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The
nextToken value to include in a future DescribePullThroughCacheRulesRequest
request. |
void |
setPullThroughCacheRules(Collection<PullThroughCacheRule> pullThroughCacheRules)
The details of the pull through cache rules.
|
String |
toString()
Returns a string representation of this object.
|
DescribePullThroughCacheRulesResult |
withNextToken(String nextToken)
The
nextToken value to include in a future DescribePullThroughCacheRulesRequest
request. |
DescribePullThroughCacheRulesResult |
withPullThroughCacheRules(Collection<PullThroughCacheRule> pullThroughCacheRules)
The details of the pull through cache rules.
|
DescribePullThroughCacheRulesResult |
withPullThroughCacheRules(PullThroughCacheRule... pullThroughCacheRules)
The details of the pull through cache rules.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<PullThroughCacheRule> getPullThroughCacheRules()
The details of the pull through cache rules.
public void setPullThroughCacheRules(Collection<PullThroughCacheRule> pullThroughCacheRules)
The details of the pull through cache rules.
pullThroughCacheRules - The details of the pull through cache rules.public DescribePullThroughCacheRulesResult withPullThroughCacheRules(PullThroughCacheRule... pullThroughCacheRules)
The details of the pull through cache rules.
NOTE: This method appends the values to the existing list (if any). Use
setPullThroughCacheRules(java.util.Collection) or
withPullThroughCacheRules(java.util.Collection) if you want to override the existing values.
pullThroughCacheRules - The details of the pull through cache rules.public DescribePullThroughCacheRulesResult withPullThroughCacheRules(Collection<PullThroughCacheRule> pullThroughCacheRules)
The details of the pull through cache rules.
pullThroughCacheRules - The details of the pull through cache rules.public void setNextToken(String nextToken)
The nextToken value to include in a future DescribePullThroughCacheRulesRequest
request. When the results of a DescribePullThroughCacheRulesRequest request exceed
maxResults, this value can be used to retrieve the next page of results. This value is null when
there are no more results to return.
nextToken - The nextToken value to include in a future DescribePullThroughCacheRulesRequest
request. When the results of a DescribePullThroughCacheRulesRequest request exceed
maxResults, this value can be used to retrieve the next page of results. This value is null
when there are no more results to return.public String getNextToken()
The nextToken value to include in a future DescribePullThroughCacheRulesRequest
request. When the results of a DescribePullThroughCacheRulesRequest request exceed
maxResults, this value can be used to retrieve the next page of results. This value is null when
there are no more results to return.
nextToken value to include in a future DescribePullThroughCacheRulesRequest
request. When the results of a DescribePullThroughCacheRulesRequest request exceed
maxResults, this value can be used to retrieve the next page of results. This value is null
when there are no more results to return.public DescribePullThroughCacheRulesResult withNextToken(String nextToken)
The nextToken value to include in a future DescribePullThroughCacheRulesRequest
request. When the results of a DescribePullThroughCacheRulesRequest request exceed
maxResults, this value can be used to retrieve the next page of results. This value is null when
there are no more results to return.
nextToken - The nextToken value to include in a future DescribePullThroughCacheRulesRequest
request. When the results of a DescribePullThroughCacheRulesRequest request exceed
maxResults, this value can be used to retrieve the next page of results. This value is null
when there are no more results to return.public String toString()
toString in class ObjectObject.toString()public DescribePullThroughCacheRulesResult clone()