Class PolicyTypeDescription
- All Implemented Interfaces:
Serializable
,Cloneable
Information about a policy type.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A description of the policy type.The description of the policy attributes associated with the policies defined by Elastic Load Balancing.The name of the policy type.int
hashCode()
void
setDescription
(String description) A description of the policy type.void
setPolicyAttributeTypeDescriptions
(Collection<PolicyAttributeTypeDescription> policyAttributeTypeDescriptions) The description of the policy attributes associated with the policies defined by Elastic Load Balancing.void
setPolicyTypeName
(String policyTypeName) The name of the policy type.toString()
Returns a string representation of this object; useful for testing and debugging.withDescription
(String description) A description of the policy type.withPolicyAttributeTypeDescriptions
(PolicyAttributeTypeDescription... policyAttributeTypeDescriptions) The description of the policy attributes associated with the policies defined by Elastic Load Balancing.withPolicyAttributeTypeDescriptions
(Collection<PolicyAttributeTypeDescription> policyAttributeTypeDescriptions) The description of the policy attributes associated with the policies defined by Elastic Load Balancing.withPolicyTypeName
(String policyTypeName) The name of the policy type.
-
Constructor Details
-
PolicyTypeDescription
public PolicyTypeDescription()
-
-
Method Details
-
setPolicyTypeName
The name of the policy type.
- Parameters:
policyTypeName
- The name of the policy type.
-
getPolicyTypeName
The name of the policy type.
- Returns:
- The name of the policy type.
-
withPolicyTypeName
The name of the policy type.
- Parameters:
policyTypeName
- The name of the policy type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDescription
A description of the policy type.
- Parameters:
description
- A description of the policy type.
-
getDescription
A description of the policy type.
- Returns:
- A description of the policy type.
-
withDescription
A description of the policy type.
- Parameters:
description
- A description of the policy type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getPolicyAttributeTypeDescriptions
The description of the policy attributes associated with the policies defined by Elastic Load Balancing.
- Returns:
- The description of the policy attributes associated with the policies defined by Elastic Load Balancing.
-
setPolicyAttributeTypeDescriptions
public void setPolicyAttributeTypeDescriptions(Collection<PolicyAttributeTypeDescription> policyAttributeTypeDescriptions) The description of the policy attributes associated with the policies defined by Elastic Load Balancing.
- Parameters:
policyAttributeTypeDescriptions
- The description of the policy attributes associated with the policies defined by Elastic Load Balancing.
-
withPolicyAttributeTypeDescriptions
public PolicyTypeDescription withPolicyAttributeTypeDescriptions(PolicyAttributeTypeDescription... policyAttributeTypeDescriptions) The description of the policy attributes associated with the policies defined by Elastic Load Balancing.
NOTE: This method appends the values to the existing list (if any). Use
setPolicyAttributeTypeDescriptions(java.util.Collection)
orwithPolicyAttributeTypeDescriptions(java.util.Collection)
if you want to override the existing values.- Parameters:
policyAttributeTypeDescriptions
- The description of the policy attributes associated with the policies defined by Elastic Load Balancing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withPolicyAttributeTypeDescriptions
public PolicyTypeDescription withPolicyAttributeTypeDescriptions(Collection<PolicyAttributeTypeDescription> policyAttributeTypeDescriptions) The description of the policy attributes associated with the policies defined by Elastic Load Balancing.
- Parameters:
policyAttributeTypeDescriptions
- The description of the policy attributes associated with the policies defined by Elastic Load Balancing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-