@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProfilingGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request for ListProfilingGroups operation.
NOOP| Constructor and Description |
|---|
ListProfilingGroupsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListProfilingGroupsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getIncludeDescription()
If set to true, returns the full description of the profiling groups instead of the names.
|
Integer |
getMaxResults() |
String |
getNextToken() |
int |
hashCode() |
Boolean |
isIncludeDescription()
If set to true, returns the full description of the profiling groups instead of the names.
|
void |
setIncludeDescription(Boolean includeDescription)
If set to true, returns the full description of the profiling groups instead of the names.
|
void |
setMaxResults(Integer maxResults) |
void |
setNextToken(String nextToken) |
String |
toString()
Returns a string representation of this object.
|
ListProfilingGroupsRequest |
withIncludeDescription(Boolean includeDescription)
If set to true, returns the full description of the profiling groups instead of the names.
|
ListProfilingGroupsRequest |
withMaxResults(Integer maxResults) |
ListProfilingGroupsRequest |
withNextToken(String nextToken) |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setIncludeDescription(Boolean includeDescription)
If set to true, returns the full description of the profiling groups instead of the names. Defaults to false.
includeDescription - If set to true, returns the full description of the profiling groups instead of the names. Defaults to
false.public Boolean getIncludeDescription()
If set to true, returns the full description of the profiling groups instead of the names. Defaults to false.
public ListProfilingGroupsRequest withIncludeDescription(Boolean includeDescription)
If set to true, returns the full description of the profiling groups instead of the names. Defaults to false.
includeDescription - If set to true, returns the full description of the profiling groups instead of the names. Defaults to
false.public Boolean isIncludeDescription()
If set to true, returns the full description of the profiling groups instead of the names. Defaults to false.
public void setMaxResults(Integer maxResults)
maxResults - public Integer getMaxResults()
public ListProfilingGroupsRequest withMaxResults(Integer maxResults)
maxResults - public void setNextToken(String nextToken)
nextToken - public String getNextToken()
public ListProfilingGroupsRequest withNextToken(String nextToken)
nextToken - public String toString()
toString in class ObjectObject.toString()public ListProfilingGroupsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.