@Generated(value="software.amazon.awssdk:codegen") public final class GetProfileObjectTypeTemplateResponse extends CustomerProfilesResponse implements ToCopyableBuilder<GetProfileObjectTypeTemplateResponse.Builder,GetProfileObjectTypeTemplateResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetProfileObjectTypeTemplateResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
allowProfileCreation()
Indicates whether a profile should be created when data is received if one doesn’t exist for an object of this
type.
|
static GetProfileObjectTypeTemplateResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Map<String,ObjectTypeField> |
fields()
A map of the name and ObjectType field.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasFields()
Returns true if the Fields property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasKeys()
Returns true if the Keys property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
Map<String,List<ObjectTypeKey>> |
keys()
A list of unique keys that can be used to map data to the profile.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetProfileObjectTypeTemplateResponse.Builder> |
serializableBuilderClass() |
String |
sourceName()
The name of the source of the object template.
|
String |
sourceObject()
The source of the object template.
|
String |
templateId()
A unique identifier for the object template.
|
GetProfileObjectTypeTemplateResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String templateId()
A unique identifier for the object template.
public final String sourceName()
The name of the source of the object template.
public final String sourceObject()
The source of the object template.
public final Boolean allowProfileCreation()
Indicates whether a profile should be created when data is received if one doesn’t exist for an object of this
type. The default is FALSE. If the AllowProfileCreation flag is set to FALSE, then the
service tries to fetch a standard profile and associate this object with the profile. If it is set to
TRUE, and if no match is found, then the service creates a new standard profile.
FALSE. If the AllowProfileCreation flag is set to
FALSE, then the service tries to fetch a standard profile and associate this object with the
profile. If it is set to TRUE, and if no match is found, then the service creates a new
standard profile.public final boolean hasFields()
public final Map<String,ObjectTypeField> fields()
A map of the name and ObjectType field.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasFields() to see if a value was sent in this field.
public final boolean hasKeys()
public final Map<String,List<ObjectTypeKey>> keys()
A list of unique keys that can be used to map data to the profile.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasKeys() to see if a value was sent in this field.
public GetProfileObjectTypeTemplateResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetProfileObjectTypeTemplateResponse.Builder,GetProfileObjectTypeTemplateResponse>toBuilder in class AwsResponsepublic static GetProfileObjectTypeTemplateResponse.Builder builder()
public static Class<? extends GetProfileObjectTypeTemplateResponse.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 © 2021. All rights reserved.