public class PolicyDescription
extends java.lang.Object
implements java.io.Serializable
The PolicyDescription data type.
| コンストラクタと説明 |
|---|
PolicyDescription() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<PolicyAttributeDescription> |
getPolicyAttributeDescriptions()
A list of policy attribute description structures.
|
java.lang.String |
getPolicyName()
The name mof the policy associated with the LoadBalancer.
|
java.lang.String |
getPolicyTypeName()
The name of the policy type associated with the LoadBalancer.
|
int |
hashCode() |
void |
setPolicyAttributeDescriptions(java.util.Collection<PolicyAttributeDescription> policyAttributeDescriptions)
A list of policy attribute description structures.
|
void |
setPolicyName(java.lang.String policyName)
The name mof the policy associated with the LoadBalancer.
|
void |
setPolicyTypeName(java.lang.String policyTypeName)
The name of the policy type associated with the LoadBalancer.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PolicyDescription |
withPolicyAttributeDescriptions(java.util.Collection<PolicyAttributeDescription> policyAttributeDescriptions)
A list of policy attribute description structures.
|
PolicyDescription |
withPolicyAttributeDescriptions(PolicyAttributeDescription... policyAttributeDescriptions)
A list of policy attribute description structures.
|
PolicyDescription |
withPolicyName(java.lang.String policyName)
The name mof the policy associated with the LoadBalancer.
|
PolicyDescription |
withPolicyTypeName(java.lang.String policyTypeName)
The name of the policy type associated with the LoadBalancer.
|
public java.lang.String getPolicyName()
public void setPolicyName(java.lang.String policyName)
policyName - The name mof the policy associated with the LoadBalancer.public PolicyDescription withPolicyName(java.lang.String policyName)
Returns a reference to this object so that method calls can be chained together.
policyName - The name mof the policy associated with the LoadBalancer.public java.lang.String getPolicyTypeName()
public void setPolicyTypeName(java.lang.String policyTypeName)
policyTypeName - The name of the policy type associated with the LoadBalancer.public PolicyDescription withPolicyTypeName(java.lang.String policyTypeName)
Returns a reference to this object so that method calls can be chained together.
policyTypeName - The name of the policy type associated with the LoadBalancer.public java.util.List<PolicyAttributeDescription> getPolicyAttributeDescriptions()
public void setPolicyAttributeDescriptions(java.util.Collection<PolicyAttributeDescription> policyAttributeDescriptions)
policyAttributeDescriptions - A list of policy attribute description structures.public PolicyDescription withPolicyAttributeDescriptions(PolicyAttributeDescription... policyAttributeDescriptions)
Returns a reference to this object so that method calls can be chained together.
policyAttributeDescriptions - A list of policy attribute description structures.public PolicyDescription withPolicyAttributeDescriptions(java.util.Collection<PolicyAttributeDescription> policyAttributeDescriptions)
Returns a reference to this object so that method calls can be chained together.
policyAttributeDescriptions - A list of policy attribute description structures.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