|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.cloudwatch.model.ListMetricsRequest
public class ListMetricsRequest
Container for the parameters to the ListMetrics operation.
AmazonCloudWatch.listMetrics(ListMetricsRequest)| Constructor Summary | |
|---|---|
ListMetricsRequest()
|
|
| Method Summary | |
|---|---|
String |
getNextToken()
Returns the value of the NextToken property for this object. |
void |
setNextToken(String nextToken)
Sets the value of the NextToken property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListMetricsRequest |
withNextToken(String nextToken)
Sets the value of the NextToken property for this object. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ListMetricsRequest()
| Method Detail |
|---|
public String getNextToken()
public void setNextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.public ListMetricsRequest withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken - The new value for the NextToken property for this object.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||