@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProblemsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListProblemsResult() |
Modifier and Type | Method and Description |
---|---|
ListProblemsResult |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The AWS account ID for the resource group owner.
|
String |
getNextToken()
The token used to retrieve the next page of results.
|
List<Problem> |
getProblemList()
The list of problems.
|
String |
getResourceGroupName()
The name of the resource group.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The AWS account ID for the resource group owner.
|
void |
setNextToken(String nextToken)
The token used to retrieve the next page of results.
|
void |
setProblemList(Collection<Problem> problemList)
The list of problems.
|
void |
setResourceGroupName(String resourceGroupName)
The name of the resource group.
|
String |
toString()
Returns a string representation of this object.
|
ListProblemsResult |
withAccountId(String accountId)
The AWS account ID for the resource group owner.
|
ListProblemsResult |
withNextToken(String nextToken)
The token used to retrieve the next page of results.
|
ListProblemsResult |
withProblemList(Collection<Problem> problemList)
The list of problems.
|
ListProblemsResult |
withProblemList(Problem... problemList)
The list of problems.
|
ListProblemsResult |
withResourceGroupName(String resourceGroupName)
The name of the resource group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Problem> getProblemList()
The list of problems.
public void setProblemList(Collection<Problem> problemList)
The list of problems.
problemList
- The list of problems.public ListProblemsResult withProblemList(Problem... problemList)
The list of problems.
NOTE: This method appends the values to the existing list (if any). Use
setProblemList(java.util.Collection)
or withProblemList(java.util.Collection)
if you want to
override the existing values.
problemList
- The list of problems.public ListProblemsResult withProblemList(Collection<Problem> problemList)
The list of problems.
problemList
- The list of problems.public void setNextToken(String nextToken)
The token used to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token used to retrieve the next page of results. This value is null
when there are no
more results to return.public String getNextToken()
The token used to retrieve the next page of results. This value is null
when there are no more
results to return.
null
when there are no
more results to return.public ListProblemsResult withNextToken(String nextToken)
The token used to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token used to retrieve the next page of results. This value is null
when there are no
more results to return.public void setResourceGroupName(String resourceGroupName)
The name of the resource group.
resourceGroupName
- The name of the resource group.public String getResourceGroupName()
The name of the resource group.
public ListProblemsResult withResourceGroupName(String resourceGroupName)
The name of the resource group.
resourceGroupName
- The name of the resource group.public void setAccountId(String accountId)
The AWS account ID for the resource group owner.
accountId
- The AWS account ID for the resource group owner.public String getAccountId()
The AWS account ID for the resource group owner.
public ListProblemsResult withAccountId(String accountId)
The AWS account ID for the resource group owner.
accountId
- The AWS account ID for the resource group owner.public String toString()
toString
in class Object
Object.toString()
public ListProblemsResult clone()