@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStackInstanceResourceDriftsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListStackInstanceResourceDriftsResult() |
Modifier and Type | Method and Description |
---|---|
ListStackInstanceResourceDriftsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If the previous paginated request didn't return all of the remaining results, the response object's
NextToken parameter value is set to a token. |
List<StackInstanceResourceDriftsSummary> |
getSummaries()
A list of
StackInstanceResourceDriftsSummary structures that contain information about the specified
stack instances. |
int |
hashCode() |
void |
setNextToken(String nextToken)
If the previous paginated request didn't return all of the remaining results, the response object's
NextToken parameter value is set to a token. |
void |
setSummaries(Collection<StackInstanceResourceDriftsSummary> summaries)
A list of
StackInstanceResourceDriftsSummary structures that contain information about the specified
stack instances. |
String |
toString()
Returns a string representation of this object.
|
ListStackInstanceResourceDriftsResult |
withNextToken(String nextToken)
If the previous paginated request didn't return all of the remaining results, the response object's
NextToken parameter value is set to a token. |
ListStackInstanceResourceDriftsResult |
withSummaries(Collection<StackInstanceResourceDriftsSummary> summaries)
A list of
StackInstanceResourceDriftsSummary structures that contain information about the specified
stack instances. |
ListStackInstanceResourceDriftsResult |
withSummaries(StackInstanceResourceDriftsSummary... summaries)
A list of
StackInstanceResourceDriftsSummary structures that contain information about the specified
stack instances. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListStackInstanceResourceDriftsResult()
public List<StackInstanceResourceDriftsSummary> getSummaries()
A list of StackInstanceResourceDriftsSummary
structures that contain information about the specified
stack instances.
StackInstanceResourceDriftsSummary
structures that contain information about the
specified stack instances.public void setSummaries(Collection<StackInstanceResourceDriftsSummary> summaries)
A list of StackInstanceResourceDriftsSummary
structures that contain information about the specified
stack instances.
summaries
- A list of StackInstanceResourceDriftsSummary
structures that contain information about the
specified stack instances.public ListStackInstanceResourceDriftsResult withSummaries(StackInstanceResourceDriftsSummary... summaries)
A list of StackInstanceResourceDriftsSummary
structures that contain information about the specified
stack instances.
NOTE: This method appends the values to the existing list (if any). Use
setSummaries(java.util.Collection)
or withSummaries(java.util.Collection)
if you want to
override the existing values.
summaries
- A list of StackInstanceResourceDriftsSummary
structures that contain information about the
specified stack instances.public ListStackInstanceResourceDriftsResult withSummaries(Collection<StackInstanceResourceDriftsSummary> summaries)
A list of StackInstanceResourceDriftsSummary
structures that contain information about the specified
stack instances.
summaries
- A list of StackInstanceResourceDriftsSummary
structures that contain information about the
specified stack instances.public void setNextToken(String nextToken)
If the previous paginated request didn't return all of the remaining results, the response object's
NextToken
parameter value is set to a token. To retrieve the next set of results, call this action
again and assign that token to the request object's NextToken
parameter. If there are no remaining
results, the previous response object's NextToken
parameter is set to null
.
nextToken
- If the previous paginated request didn't return all of the remaining results, the response object's
NextToken
parameter value is set to a token. To retrieve the next set of results, call this
action again and assign that token to the request object's NextToken
parameter. If there are
no remaining results, the previous response object's NextToken
parameter is set to
null
.public String getNextToken()
If the previous paginated request didn't return all of the remaining results, the response object's
NextToken
parameter value is set to a token. To retrieve the next set of results, call this action
again and assign that token to the request object's NextToken
parameter. If there are no remaining
results, the previous response object's NextToken
parameter is set to null
.
NextToken
parameter value is set to a token. To retrieve the next set of results, call this
action again and assign that token to the request object's NextToken
parameter. If there are
no remaining results, the previous response object's NextToken
parameter is set to
null
.public ListStackInstanceResourceDriftsResult withNextToken(String nextToken)
If the previous paginated request didn't return all of the remaining results, the response object's
NextToken
parameter value is set to a token. To retrieve the next set of results, call this action
again and assign that token to the request object's NextToken
parameter. If there are no remaining
results, the previous response object's NextToken
parameter is set to null
.
nextToken
- If the previous paginated request didn't return all of the remaining results, the response object's
NextToken
parameter value is set to a token. To retrieve the next set of results, call this
action again and assign that token to the request object's NextToken
parameter. If there are
no remaining results, the previous response object's NextToken
parameter is set to
null
.public String toString()
toString
in class Object
Object.toString()
public ListStackInstanceResourceDriftsResult clone()