@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCalculatedAttributeForProfileItem extends Object implements Serializable, Cloneable, StructuredPojo
The details of a single calculated attribute for a profile.
Constructor and Description |
---|
ListCalculatedAttributeForProfileItem() |
Modifier and Type | Method and Description |
---|---|
ListCalculatedAttributeForProfileItem |
clone() |
boolean |
equals(Object obj) |
String |
getCalculatedAttributeName()
The unique name of the calculated attribute.
|
String |
getDisplayName()
The display name of the calculated attribute.
|
String |
getIsDataPartial()
Indicates whether the calculated attribute’s value is based on partial data.
|
String |
getValue()
The value of the calculated attribute.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCalculatedAttributeName(String calculatedAttributeName)
The unique name of the calculated attribute.
|
void |
setDisplayName(String displayName)
The display name of the calculated attribute.
|
void |
setIsDataPartial(String isDataPartial)
Indicates whether the calculated attribute’s value is based on partial data.
|
void |
setValue(String value)
The value of the calculated attribute.
|
String |
toString()
Returns a string representation of this object.
|
ListCalculatedAttributeForProfileItem |
withCalculatedAttributeName(String calculatedAttributeName)
The unique name of the calculated attribute.
|
ListCalculatedAttributeForProfileItem |
withDisplayName(String displayName)
The display name of the calculated attribute.
|
ListCalculatedAttributeForProfileItem |
withIsDataPartial(String isDataPartial)
Indicates whether the calculated attribute’s value is based on partial data.
|
ListCalculatedAttributeForProfileItem |
withValue(String value)
The value of the calculated attribute.
|
public ListCalculatedAttributeForProfileItem()
public void setCalculatedAttributeName(String calculatedAttributeName)
The unique name of the calculated attribute.
calculatedAttributeName
- The unique name of the calculated attribute.public String getCalculatedAttributeName()
The unique name of the calculated attribute.
public ListCalculatedAttributeForProfileItem withCalculatedAttributeName(String calculatedAttributeName)
The unique name of the calculated attribute.
calculatedAttributeName
- The unique name of the calculated attribute.public void setDisplayName(String displayName)
The display name of the calculated attribute.
displayName
- The display name of the calculated attribute.public String getDisplayName()
The display name of the calculated attribute.
public ListCalculatedAttributeForProfileItem withDisplayName(String displayName)
The display name of the calculated attribute.
displayName
- The display name of the calculated attribute.public void setIsDataPartial(String isDataPartial)
Indicates whether the calculated attribute’s value is based on partial data. If data is partial, it is set to true.
isDataPartial
- Indicates whether the calculated attribute’s value is based on partial data. If data is partial, it is set
to true.public String getIsDataPartial()
Indicates whether the calculated attribute’s value is based on partial data. If data is partial, it is set to true.
public ListCalculatedAttributeForProfileItem withIsDataPartial(String isDataPartial)
Indicates whether the calculated attribute’s value is based on partial data. If data is partial, it is set to true.
isDataPartial
- Indicates whether the calculated attribute’s value is based on partial data. If data is partial, it is set
to true.public void setValue(String value)
The value of the calculated attribute.
value
- The value of the calculated attribute.public String getValue()
The value of the calculated attribute.
public ListCalculatedAttributeForProfileItem withValue(String value)
The value of the calculated attribute.
value
- The value of the calculated attribute.public String toString()
toString
in class Object
Object.toString()
public ListCalculatedAttributeForProfileItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.