public class DescribeAccountLimitsResult extends Object implements Serializable
| Constructor and Description |
|---|
DescribeAccountLimitsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<Limit> |
getLimits()
Information about the limits.
|
String |
getNextMarker()
The marker to use when requesting the next set of results.
|
int |
hashCode() |
void |
setLimits(Collection<Limit> limits)
Information about the limits.
|
void |
setNextMarker(String nextMarker)
The marker to use when requesting the next set of results.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAccountLimitsResult |
withLimits(Collection<Limit> limits)
Information about the limits.
|
DescribeAccountLimitsResult |
withLimits(Limit... limits)
Information about the limits.
|
DescribeAccountLimitsResult |
withNextMarker(String nextMarker)
The marker to use when requesting the next set of results.
|
public List<Limit> getLimits()
Information about the limits.
Information about the limits.
public void setLimits(Collection<Limit> limits)
Information about the limits.
limits - Information about the limits.
public DescribeAccountLimitsResult withLimits(Limit... limits)
Information about the limits.
Returns a reference to this object so that method calls can be chained together.
limits - Information about the limits.
public DescribeAccountLimitsResult withLimits(Collection<Limit> limits)
Information about the limits.
Returns a reference to this object so that method calls can be chained together.
limits - Information about the limits.
public String getNextMarker()
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
public void setNextMarker(String nextMarker)
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
nextMarker - The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
public DescribeAccountLimitsResult withNextMarker(String nextMarker)
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
Returns a reference to this object so that method calls can be chained together.
nextMarker - The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
public String toString()
toString in class ObjectObject.toString()Copyright © 2018. All rights reserved.