@Generated(value="software.amazon.awssdk:codegen") public final class GetCalculatedAttributeForProfileResponse extends CustomerProfilesResponse implements ToCopyableBuilder<GetCalculatedAttributeForProfileResponse.Builder,GetCalculatedAttributeForProfileResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetCalculatedAttributeForProfileResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetCalculatedAttributeForProfileResponse.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 GetCalculatedAttributeForProfileResponse.Builder> |
serializableBuilderClass() |
GetCalculatedAttributeForProfileResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The value of the calculated attribute.
|
responseMetadatasdkHttpResponseclone, 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 GetCalculatedAttributeForProfileResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetCalculatedAttributeForProfileResponse.Builder,GetCalculatedAttributeForProfileResponse>toBuilder in class AwsResponsepublic static GetCalculatedAttributeForProfileResponse.Builder builder()
public static Class<? extends GetCalculatedAttributeForProfileResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.