@Generated(value="software.amazon.awssdk:codegen") public final class ListCalculatedAttributeForProfileItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListCalculatedAttributeForProfileItem.Builder,ListCalculatedAttributeForProfileItem>
The details of a single calculated attribute for a profile.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListCalculatedAttributeForProfileItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListCalculatedAttributeForProfileItem.Builder |
builder() |
String |
calculatedAttributeName()
The unique name of the calculated attribute.
|
String |
displayName()
The display name of the calculated attribute.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
isDataPartial()
Indicates whether the calculated attribute’s value is based on partial data.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListCalculatedAttributeForProfileItem.Builder> |
serializableBuilderClass() |
ListCalculatedAttributeForProfileItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The value of the calculated attribute.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String calculatedAttributeName()
The unique name of the calculated attribute.
public final String displayName()
The display name of the calculated attribute.
public final String isDataPartial()
Indicates whether the calculated attribute’s value is based on partial data. If data is partial, it is set to true.
public final String value()
The value of the calculated attribute.
public ListCalculatedAttributeForProfileItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListCalculatedAttributeForProfileItem.Builder,ListCalculatedAttributeForProfileItem>public static ListCalculatedAttributeForProfileItem.Builder builder()
public static Class<? extends ListCalculatedAttributeForProfileItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.