@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLogPatternSetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListLogPatternSetsResult() |
Modifier and Type | Method and Description |
---|---|
ListLogPatternSetsResult |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The AWS account ID for the resource group owner.
|
List<String> |
getLogPatternSets()
The list of log pattern sets.
|
String |
getNextToken()
The token used to retrieve the next page of results.
|
String |
getResourceGroupName()
The name of the resource group.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The AWS account ID for the resource group owner.
|
void |
setLogPatternSets(Collection<String> logPatternSets)
The list of log pattern sets.
|
void |
setNextToken(String nextToken)
The token used to retrieve the next page of results.
|
void |
setResourceGroupName(String resourceGroupName)
The name of the resource group.
|
String |
toString()
Returns a string representation of this object.
|
ListLogPatternSetsResult |
withAccountId(String accountId)
The AWS account ID for the resource group owner.
|
ListLogPatternSetsResult |
withLogPatternSets(Collection<String> logPatternSets)
The list of log pattern sets.
|
ListLogPatternSetsResult |
withLogPatternSets(String... logPatternSets)
The list of log pattern sets.
|
ListLogPatternSetsResult |
withNextToken(String nextToken)
The token used to retrieve the next page of results.
|
ListLogPatternSetsResult |
withResourceGroupName(String resourceGroupName)
The name of the resource group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 ListLogPatternSetsResult 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 ListLogPatternSetsResult withAccountId(String accountId)
The AWS account ID for the resource group owner.
accountId
- The AWS account ID for the resource group owner.public List<String> getLogPatternSets()
The list of log pattern sets.
public void setLogPatternSets(Collection<String> logPatternSets)
The list of log pattern sets.
logPatternSets
- The list of log pattern sets.public ListLogPatternSetsResult withLogPatternSets(String... logPatternSets)
The list of log pattern sets.
NOTE: This method appends the values to the existing list (if any). Use
setLogPatternSets(java.util.Collection)
or withLogPatternSets(java.util.Collection)
if you want
to override the existing values.
logPatternSets
- The list of log pattern sets.public ListLogPatternSetsResult withLogPatternSets(Collection<String> logPatternSets)
The list of log pattern sets.
logPatternSets
- The list of log pattern sets.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 ListLogPatternSetsResult 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 String toString()
toString
in class Object
Object.toString()
public ListLogPatternSetsResult clone()