@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAccountLimitsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAccountLimitsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAccountLimitsResult |
clone() |
boolean |
equals(Object obj) |
List<Limit> |
getLimits()
Information about the limits.
|
String |
getNextMarker()
If there are additional results, this is the marker for the next set of results.
|
int |
hashCode() |
void |
setLimits(Collection<Limit> limits)
Information about the limits.
|
void |
setNextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAccountLimitsResult |
withLimits(Collection<Limit> limits)
Information about the limits.
|
DescribeAccountLimitsResult |
withLimits(Limit... limits)
Information about the limits.
|
DescribeAccountLimitsResult |
withNextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Limit> getLimits()
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.
NOTE: This method appends the values to the existing list (if any). Use
setLimits(java.util.Collection)
or withLimits(java.util.Collection)
if you want to override the
existing values.
limits
- Information about the limits.public DescribeAccountLimitsResult withLimits(Collection<Limit> limits)
Information about the limits.
limits
- Information about the limits.public void setNextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
nextMarker
- If there are additional results, this is the marker for the next set of results. Otherwise, this is null.public String getNextMarker()
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
public DescribeAccountLimitsResult withNextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
nextMarker
- If there are additional results, this is the marker for the next set of results. Otherwise, this is null.public String toString()
toString
in class Object
Object.toString()
public DescribeAccountLimitsResult clone()