public class PolicyTypeDescription
extends java.lang.Object
implements java.io.Serializable
The PolicyTypeDescription data type.
| コンストラクタと説明 |
|---|
PolicyTypeDescription() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDescription()
A human-readable description of the policy type.
|
java.util.List<PolicyAttributeTypeDescription> |
getPolicyAttributeTypeDescriptions()
The description of the policy attributes associated with the
LoadBalancer policies defined by the Elastic Load Balancing service.
|
java.lang.String |
getPolicyTypeName()
The name of the policy type.
|
int |
hashCode() |
void |
setDescription(java.lang.String description)
A human-readable description of the policy type.
|
void |
setPolicyAttributeTypeDescriptions(java.util.Collection<PolicyAttributeTypeDescription> policyAttributeTypeDescriptions)
The description of the policy attributes associated with the
LoadBalancer policies defined by the Elastic Load Balancing service.
|
void |
setPolicyTypeName(java.lang.String policyTypeName)
The name of the policy type.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PolicyTypeDescription |
withDescription(java.lang.String description)
A human-readable description of the policy type.
|
PolicyTypeDescription |
withPolicyAttributeTypeDescriptions(java.util.Collection<PolicyAttributeTypeDescription> policyAttributeTypeDescriptions)
The description of the policy attributes associated with the
LoadBalancer policies defined by the Elastic Load Balancing service.
|
PolicyTypeDescription |
withPolicyAttributeTypeDescriptions(PolicyAttributeTypeDescription... policyAttributeTypeDescriptions)
The description of the policy attributes associated with the
LoadBalancer policies defined by the Elastic Load Balancing service.
|
PolicyTypeDescription |
withPolicyTypeName(java.lang.String policyTypeName)
The name of the policy type.
|
public java.lang.String getPolicyTypeName()
public void setPolicyTypeName(java.lang.String policyTypeName)
policyTypeName - The name of the policy type.public PolicyTypeDescription 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.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - A human-readable description of the policy type.public PolicyTypeDescription withDescription(java.lang.String description)
Returns a reference to this object so that method calls can be chained together.
description - A human-readable description of the policy type.public java.util.List<PolicyAttributeTypeDescription> getPolicyAttributeTypeDescriptions()
public void setPolicyAttributeTypeDescriptions(java.util.Collection<PolicyAttributeTypeDescription> policyAttributeTypeDescriptions)
policyAttributeTypeDescriptions - The description of the policy attributes associated with the
LoadBalancer policies defined by the Elastic Load Balancing service.public PolicyTypeDescription withPolicyAttributeTypeDescriptions(PolicyAttributeTypeDescription... policyAttributeTypeDescriptions)
Returns a reference to this object so that method calls can be chained together.
policyAttributeTypeDescriptions - The description of the policy attributes associated with the
LoadBalancer policies defined by the Elastic Load Balancing service.public PolicyTypeDescription withPolicyAttributeTypeDescriptions(java.util.Collection<PolicyAttributeTypeDescription> policyAttributeTypeDescriptions)
Returns a reference to this object so that method calls can be chained together.
policyAttributeTypeDescriptions - The description of the policy attributes associated with the
LoadBalancer policies defined by the Elastic Load Balancing service.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