public class DescribeAccountLimitsRequest extends AmazonWebServiceRequest implements Serializable
Describes the current Elastic Load Balancing resource limits for your AWS account.
For more information, see Limits for Your Classic Load Balancer in the Classic Load Balancers Guide.
| Constructor and Description |
|---|
DescribeAccountLimitsRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getMarker()
The marker for the next set of results.
|
Integer |
getPageSize()
The maximum number of results to return with this call.
|
int |
hashCode() |
void |
setMarker(String marker)
The marker for the next set of results.
|
void |
setPageSize(Integer pageSize)
The maximum number of results to return with this call.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAccountLimitsRequest |
withMarker(String marker)
The marker for the next set of results.
|
DescribeAccountLimitsRequest |
withPageSize(Integer pageSize)
The maximum number of results to return with this call.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getMarker()
The marker for the next set of results. (You received this marker from a previous call.)
The marker for the next set of results. (You received this marker from a previous call.)
public void setMarker(String marker)
The marker for the next set of results. (You received this marker from a previous call.)
marker - The marker for the next set of results. (You received this marker from a previous call.)
public DescribeAccountLimitsRequest withMarker(String marker)
The marker for the next set of results. (You received this marker from a previous call.)
Returns a reference to this object so that method calls can be chained together.
marker - The marker for the next set of results. (You received this marker from a previous call.)
public Integer getPageSize()
The maximum number of results to return with this call.
Constraints:
Range: 1 - 400
The maximum number of results to return with this call.
public void setPageSize(Integer pageSize)
The maximum number of results to return with this call.
Constraints:
Range: 1 - 400
pageSize - The maximum number of results to return with this call.
public DescribeAccountLimitsRequest withPageSize(Integer pageSize)
The maximum number of results to return with this call.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 400
pageSize - The maximum number of results to return with this call.
public String toString()
toString in class ObjectObject.toString()Copyright © 2018. All rights reserved.