@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()
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.
|
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)
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 String getNextMarker()
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.
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 Object
Object.toString()
public DescribeAccountLimitsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.