@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeUsageLimitsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeUsageLimitsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeUsageLimitsResult |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
A value that indicates the starting point for the next set of response records in a subsequent request.
|
List<UsageLimit> |
getUsageLimits()
Contains the output from the DescribeUsageLimits action.
|
int |
hashCode() |
void |
setMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
void |
setUsageLimits(Collection<UsageLimit> usageLimits)
Contains the output from the DescribeUsageLimits action.
|
String |
toString()
Returns a string representation of this object.
|
DescribeUsageLimitsResult |
withMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
DescribeUsageLimitsResult |
withUsageLimits(Collection<UsageLimit> usageLimits)
Contains the output from the DescribeUsageLimits action.
|
DescribeUsageLimitsResult |
withUsageLimits(UsageLimit... usageLimits)
Contains the output from the DescribeUsageLimits action.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<UsageLimit> getUsageLimits()
Contains the output from the DescribeUsageLimits action.
public void setUsageLimits(Collection<UsageLimit> usageLimits)
Contains the output from the DescribeUsageLimits action.
usageLimits
- Contains the output from the DescribeUsageLimits action.public DescribeUsageLimitsResult withUsageLimits(UsageLimit... usageLimits)
Contains the output from the DescribeUsageLimits action.
NOTE: This method appends the values to the existing list (if any). Use
setUsageLimits(java.util.Collection)
or withUsageLimits(java.util.Collection)
if you want to
override the existing values.
usageLimits
- Contains the output from the DescribeUsageLimits action.public DescribeUsageLimitsResult withUsageLimits(Collection<UsageLimit> usageLimits)
Contains the output from the DescribeUsageLimits action.
usageLimits
- Contains the output from the DescribeUsageLimits action.public void setMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request. If a
value is returned in a response, you can retrieve the next set of records by providing this returned marker value
in the Marker
parameter and retrying the command. If the Marker
field is empty, all
response records have been retrieved for the request.
marker
- A value that indicates the starting point for the next set of response records in a subsequent request. If
a value is returned in a response, you can retrieve the next set of records by providing this returned
marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.public String getMarker()
A value that indicates the starting point for the next set of response records in a subsequent request. If a
value is returned in a response, you can retrieve the next set of records by providing this returned marker value
in the Marker
parameter and retrying the command. If the Marker
field is empty, all
response records have been retrieved for the request.
Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.public DescribeUsageLimitsResult withMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request. If a
value is returned in a response, you can retrieve the next set of records by providing this returned marker value
in the Marker
parameter and retrying the command. If the Marker
field is empty, all
response records have been retrieved for the request.
marker
- A value that indicates the starting point for the next set of response records in a subsequent request. If
a value is returned in a response, you can retrieve the next set of records by providing this returned
marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.public String toString()
toString
in class Object
Object.toString()
public DescribeUsageLimitsResult clone()