@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PolicyTypeDescription extends Object implements Serializable, Cloneable
Information about a policy type.
Constructor and Description |
---|
PolicyTypeDescription() |
Modifier and Type | Method and Description |
---|---|
PolicyTypeDescription |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
A description of the policy type.
|
List<PolicyAttributeTypeDescription> |
getPolicyAttributeTypeDescriptions()
The description of the policy attributes associated with the policies defined by Elastic Load Balancing.
|
String |
getPolicyTypeName()
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PolicyTypeDescription |
withDescription(String description)
A description of the policy type.
|
PolicyTypeDescription |
withPolicyAttributeTypeDescriptions(Collection<PolicyAttributeTypeDescription> policyAttributeTypeDescriptions)
The description of the policy attributes associated with the policies defined by Elastic Load Balancing.
|
PolicyTypeDescription |
withPolicyAttributeTypeDescriptions(PolicyAttributeTypeDescription... policyAttributeTypeDescriptions)
The description of the policy attributes associated with the policies defined by Elastic Load Balancing.
|
PolicyTypeDescription |
withPolicyTypeName(String policyTypeName)
The name of the policy type.
|
public void setPolicyTypeName(String policyTypeName)
The name of the policy type.
policyTypeName
- The name of the policy type.public String getPolicyTypeName()
The name of the policy type.
public PolicyTypeDescription withPolicyTypeName(String policyTypeName)
The name of the policy type.
policyTypeName
- The name of the policy type.public void setDescription(String description)
A description of the policy type.
description
- A description of the policy type.public String getDescription()
A description of the policy type.
public PolicyTypeDescription withDescription(String description)
A description of the policy type.
description
- A description of the policy type.public List<PolicyAttributeTypeDescription> getPolicyAttributeTypeDescriptions()
The description of the policy attributes associated with the policies defined by Elastic Load Balancing.
public void setPolicyAttributeTypeDescriptions(Collection<PolicyAttributeTypeDescription> policyAttributeTypeDescriptions)
The description of the policy attributes associated with the policies defined by Elastic Load Balancing.
policyAttributeTypeDescriptions
- The description of the policy attributes associated with the policies defined by Elastic Load Balancing.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)
or
withPolicyAttributeTypeDescriptions(java.util.Collection)
if you want to override the existing values.
policyAttributeTypeDescriptions
- The description of the policy attributes associated with the policies defined by Elastic Load Balancing.public PolicyTypeDescription withPolicyAttributeTypeDescriptions(Collection<PolicyAttributeTypeDescription> policyAttributeTypeDescriptions)
The description of the policy attributes associated with the policies defined by Elastic Load Balancing.
policyAttributeTypeDescriptions
- The description of the policy attributes associated with the policies defined by Elastic Load Balancing.public String toString()
toString
in class Object
Object.toString()
public PolicyTypeDescription clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.