public class BackendServerDescription
extends java.lang.Object
implements java.io.Serializable
This data type is used as a response element in the DescribeLoadBalancers action to describe the configuration of the back-end server.
| コンストラクタと説明 |
|---|
BackendServerDescription() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getInstancePort()
Provides the port on which the back-end server is listening.
|
java.util.List<java.lang.String> |
getPolicyNames()
Provides a list of policy names enabled for the back-end server.
|
int |
hashCode() |
void |
setInstancePort(java.lang.Integer instancePort)
Provides the port on which the back-end server is listening.
|
void |
setPolicyNames(java.util.Collection<java.lang.String> policyNames)
Provides a list of policy names enabled for the back-end server.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
BackendServerDescription |
withInstancePort(java.lang.Integer instancePort)
Provides the port on which the back-end server is listening.
|
BackendServerDescription |
withPolicyNames(java.util.Collection<java.lang.String> policyNames)
Provides a list of policy names enabled for the back-end server.
|
BackendServerDescription |
withPolicyNames(java.lang.String... policyNames)
Provides a list of policy names enabled for the back-end server.
|
public java.lang.Integer getInstancePort()
Constraints:
Range: 1 - 65535
public void setInstancePort(java.lang.Integer instancePort)
Constraints:
Range: 1 - 65535
instancePort - Provides the port on which the back-end server is listening.public BackendServerDescription withInstancePort(java.lang.Integer instancePort)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 65535
instancePort - Provides the port on which the back-end server is listening.public java.util.List<java.lang.String> getPolicyNames()
public void setPolicyNames(java.util.Collection<java.lang.String> policyNames)
policyNames - Provides a list of policy names enabled for the back-end server.public BackendServerDescription withPolicyNames(java.lang.String... policyNames)
Returns a reference to this object so that method calls can be chained together.
policyNames - Provides a list of policy names enabled for the back-end server.public BackendServerDescription withPolicyNames(java.util.Collection<java.lang.String> policyNames)
Returns a reference to this object so that method calls can be chained together.
policyNames - Provides a list of policy names enabled for the back-end server.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