@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLoadBalancersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the parameters for DescribeLoadBalancers.
NOOP
Constructor and Description |
---|
DescribeLoadBalancersRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeLoadBalancersRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getAutoScalingGroupName()
The name of the group.
|
Integer |
getMaxRecords()
The maximum number of items to return with this call.
|
String |
getNextToken()
The token for the next set of items to return.
|
int |
hashCode() |
void |
setAutoScalingGroupName(String autoScalingGroupName)
The name of the group.
|
void |
setMaxRecords(Integer maxRecords)
The maximum number of items to return with this call.
|
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeLoadBalancersRequest |
withAutoScalingGroupName(String autoScalingGroupName)
The name of the group.
|
DescribeLoadBalancersRequest |
withMaxRecords(Integer maxRecords)
The maximum number of items to return with this call.
|
DescribeLoadBalancersRequest |
withNextToken(String nextToken)
The token for the next set of items to return.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAutoScalingGroupName(String autoScalingGroupName)
The name of the group.
autoScalingGroupName
- The name of the group.public String getAutoScalingGroupName()
The name of the group.
public DescribeLoadBalancersRequest withAutoScalingGroupName(String autoScalingGroupName)
The name of the group.
autoScalingGroupName
- The name of the group.public void setNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)public String getNextToken()
The token for the next set of items to return. (You received this token from a previous call.)
public DescribeLoadBalancersRequest withNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)public void setMaxRecords(Integer maxRecords)
The maximum number of items to return with this call.
maxRecords
- The maximum number of items to return with this call.public Integer getMaxRecords()
The maximum number of items to return with this call.
public DescribeLoadBalancersRequest withMaxRecords(Integer maxRecords)
The maximum number of items to return with this call.
maxRecords
- The maximum number of items to return with this call.public String toString()
toString
in class Object
Object.toString()
public DescribeLoadBalancersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.