public class DescribeLoadBalancersRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeLoadBalancers operation.
Returns detailed configuration information for the specified LoadBalancers. If no LoadBalancers are specified, the operation returns configuration information for all LoadBalancers created by the caller.
NOTE: The client must have created the specified input LoadBalancers in order to retrieve this information; the client must provide the same account credentials as those that were used to create the LoadBalancer.
| コンストラクタと説明 |
|---|
DescribeLoadBalancersRequest()
Default constructor for a new DescribeLoadBalancersRequest object.
|
DescribeLoadBalancersRequest(java.util.List<java.lang.String> loadBalancerNames)
Constructs a new DescribeLoadBalancersRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getLoadBalancerNames()
A list of names associated with the LoadBalancers at creation time.
|
java.lang.String |
getMarker()
An optional parameter reserved for future use.
|
int |
hashCode() |
void |
setLoadBalancerNames(java.util.Collection<java.lang.String> loadBalancerNames)
A list of names associated with the LoadBalancers at creation time.
|
void |
setMarker(java.lang.String marker)
An optional parameter reserved for future use.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLoadBalancersRequest |
withLoadBalancerNames(java.util.Collection<java.lang.String> loadBalancerNames)
A list of names associated with the LoadBalancers at creation time.
|
DescribeLoadBalancersRequest |
withLoadBalancerNames(java.lang.String... loadBalancerNames)
A list of names associated with the LoadBalancers at creation time.
|
DescribeLoadBalancersRequest |
withMarker(java.lang.String marker)
An optional parameter reserved for future use.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic DescribeLoadBalancersRequest()
public DescribeLoadBalancersRequest(java.util.List<java.lang.String> loadBalancerNames)
loadBalancerNames - A list of names associated with the
LoadBalancers at creation time.public java.util.List<java.lang.String> getLoadBalancerNames()
public void setLoadBalancerNames(java.util.Collection<java.lang.String> loadBalancerNames)
loadBalancerNames - A list of names associated with the LoadBalancers at creation time.public DescribeLoadBalancersRequest withLoadBalancerNames(java.lang.String... loadBalancerNames)
Returns a reference to this object so that method calls can be chained together.
loadBalancerNames - A list of names associated with the LoadBalancers at creation time.public DescribeLoadBalancersRequest withLoadBalancerNames(java.util.Collection<java.lang.String> loadBalancerNames)
Returns a reference to this object so that method calls can be chained together.
loadBalancerNames - A list of names associated with the LoadBalancers at creation time.public java.lang.String getMarker()
public void setMarker(java.lang.String marker)
marker - An optional parameter reserved for future use.public DescribeLoadBalancersRequest withMarker(java.lang.String marker)
Returns a reference to this object so that method calls can be chained together.
marker - An optional parameter reserved for future use.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object