@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TypedLinkAttributeRange extends Object implements Serializable, Cloneable, StructuredPojo
Identifies the range of attributes that are used by a specified filter.
Constructor and Description |
---|
TypedLinkAttributeRange() |
Modifier and Type | Method and Description |
---|---|
TypedLinkAttributeRange |
clone() |
boolean |
equals(Object obj) |
String |
getAttributeName()
The unique name of the typed link attribute.
|
TypedAttributeValueRange |
getRange()
The range of attribute values that are being selected.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAttributeName(String attributeName)
The unique name of the typed link attribute.
|
void |
setRange(TypedAttributeValueRange range)
The range of attribute values that are being selected.
|
String |
toString()
Returns a string representation of this object.
|
TypedLinkAttributeRange |
withAttributeName(String attributeName)
The unique name of the typed link attribute.
|
TypedLinkAttributeRange |
withRange(TypedAttributeValueRange range)
The range of attribute values that are being selected.
|
public void setAttributeName(String attributeName)
The unique name of the typed link attribute.
attributeName
- The unique name of the typed link attribute.public String getAttributeName()
The unique name of the typed link attribute.
public TypedLinkAttributeRange withAttributeName(String attributeName)
The unique name of the typed link attribute.
attributeName
- The unique name of the typed link attribute.public void setRange(TypedAttributeValueRange range)
The range of attribute values that are being selected.
range
- The range of attribute values that are being selected.public TypedAttributeValueRange getRange()
The range of attribute values that are being selected.
public TypedLinkAttributeRange withRange(TypedAttributeValueRange range)
The range of attribute values that are being selected.
range
- The range of attribute values that are being selected.public String toString()
toString
in class Object
Object.toString()
public TypedLinkAttributeRange clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.