|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticloadbalancing.model.PolicyAttributeTypeDescription
public class PolicyAttributeTypeDescription
The PolicyAttributeTypeDescription
data type. This data type is used to describe values that are acceptable for the policy attribute.
Constructor Summary | |
---|---|
PolicyAttributeTypeDescription()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getAttributeName()
The name of the attribute associated with the policy type. |
String |
getAttributeType()
The type of attribute. |
String |
getCardinality()
The cardinality of the attribute. |
String |
getDefaultValue()
The default value of the attribute, if applicable. |
String |
getDescription()
A human-readable description of the attribute. |
int |
hashCode()
|
void |
setAttributeName(String attributeName)
The name of the attribute associated with the policy type. |
void |
setAttributeType(String attributeType)
The type of attribute. |
void |
setCardinality(String cardinality)
The cardinality of the attribute. |
void |
setDefaultValue(String defaultValue)
The default value of the attribute, if applicable. |
void |
setDescription(String description)
A human-readable description of the attribute. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
PolicyAttributeTypeDescription |
withAttributeName(String attributeName)
The name of the attribute associated with the policy type. |
PolicyAttributeTypeDescription |
withAttributeType(String attributeType)
The type of attribute. |
PolicyAttributeTypeDescription |
withCardinality(String cardinality)
The cardinality of the attribute. |
PolicyAttributeTypeDescription |
withDefaultValue(String defaultValue)
The default value of the attribute, if applicable. |
PolicyAttributeTypeDescription |
withDescription(String description)
A human-readable description of the attribute. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PolicyAttributeTypeDescription()
Method Detail |
---|
public String getAttributeName()
public void setAttributeName(String attributeName)
attributeName
- The name of the attribute associated with the policy type.public PolicyAttributeTypeDescription withAttributeName(String attributeName)
Returns a reference to this object so that method calls can be chained together.
attributeName
- The name of the attribute associated with the policy type.
public String getAttributeType()
public void setAttributeType(String attributeType)
attributeType
- The type of attribute. For example, Boolean, Integer, etc.public PolicyAttributeTypeDescription withAttributeType(String attributeType)
Returns a reference to this object so that method calls can be chained together.
attributeType
- The type of attribute. For example, Boolean, Integer, etc.
public String getDescription()
public void setDescription(String description)
description
- A human-readable description of the attribute.public PolicyAttributeTypeDescription withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description
- A human-readable description of the attribute.
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
defaultValue
- The default value of the attribute, if applicable.public PolicyAttributeTypeDescription withDefaultValue(String defaultValue)
Returns a reference to this object so that method calls can be chained together.
defaultValue
- The default value of the attribute, if applicable.
public String getCardinality()
public void setCardinality(String cardinality)
cardinality
- The cardinality of the attribute. Valid Values: public PolicyAttributeTypeDescription withCardinality(String cardinality)
Returns a reference to this object so that method calls can be chained together.
cardinality
- The cardinality of the attribute. Valid Values: public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |