@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProfilingGroupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The structure representing the listProfilingGroupsResponse.
Constructor and Description |
---|
ListProfilingGroupsResult() |
Modifier and Type | Method and Description |
---|---|
ListProfilingGroupsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The
nextToken value to include in a future ListProfilingGroups request. |
List<String> |
getProfilingGroupNames()
Information about profiling group names.
|
List<ProfilingGroupDescription> |
getProfilingGroups()
Information about profiling groups.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The
nextToken value to include in a future ListProfilingGroups request. |
void |
setProfilingGroupNames(Collection<String> profilingGroupNames)
Information about profiling group names.
|
void |
setProfilingGroups(Collection<ProfilingGroupDescription> profilingGroups)
Information about profiling groups.
|
String |
toString()
Returns a string representation of this object.
|
ListProfilingGroupsResult |
withNextToken(String nextToken)
The
nextToken value to include in a future ListProfilingGroups request. |
ListProfilingGroupsResult |
withProfilingGroupNames(Collection<String> profilingGroupNames)
Information about profiling group names.
|
ListProfilingGroupsResult |
withProfilingGroupNames(String... profilingGroupNames)
Information about profiling group names.
|
ListProfilingGroupsResult |
withProfilingGroups(Collection<ProfilingGroupDescription> profilingGroups)
Information about profiling groups.
|
ListProfilingGroupsResult |
withProfilingGroups(ProfilingGroupDescription... profilingGroups)
Information about profiling groups.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
The nextToken
value to include in a future ListProfilingGroups
request. When the
results of a ListProfilingGroups
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 ListProfilingGroups
request. When the
results of a ListProfilingGroups
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 ListProfilingGroups
request. When the
results of a ListProfilingGroups
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 ListProfilingGroups
request. When
the results of a ListProfilingGroups
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 ListProfilingGroupsResult withNextToken(String nextToken)
The nextToken
value to include in a future ListProfilingGroups
request. When the
results of a ListProfilingGroups
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 ListProfilingGroups
request. When the
results of a ListProfilingGroups
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 List<String> getProfilingGroupNames()
Information about profiling group names.
public void setProfilingGroupNames(Collection<String> profilingGroupNames)
Information about profiling group names.
profilingGroupNames
- Information about profiling group names.public ListProfilingGroupsResult withProfilingGroupNames(String... profilingGroupNames)
Information about profiling group names.
NOTE: This method appends the values to the existing list (if any). Use
setProfilingGroupNames(java.util.Collection)
or withProfilingGroupNames(java.util.Collection)
if you want to override the existing values.
profilingGroupNames
- Information about profiling group names.public ListProfilingGroupsResult withProfilingGroupNames(Collection<String> profilingGroupNames)
Information about profiling group names.
profilingGroupNames
- Information about profiling group names.public List<ProfilingGroupDescription> getProfilingGroups()
Information about profiling groups.
public void setProfilingGroups(Collection<ProfilingGroupDescription> profilingGroups)
Information about profiling groups.
profilingGroups
- Information about profiling groups.public ListProfilingGroupsResult withProfilingGroups(ProfilingGroupDescription... profilingGroups)
Information about profiling groups.
NOTE: This method appends the values to the existing list (if any). Use
setProfilingGroups(java.util.Collection)
or withProfilingGroups(java.util.Collection)
if you
want to override the existing values.
profilingGroups
- Information about profiling groups.public ListProfilingGroupsResult withProfilingGroups(Collection<ProfilingGroupDescription> profilingGroups)
Information about profiling groups.
profilingGroups
- Information about profiling groups.public String toString()
toString
in class Object
Object.toString()
public ListProfilingGroupsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.