@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()
For responses, this returns true if the service returned a value for the Fields property.
|
int |
hashCode() |
boolean |
hasKeys()
For responses, this returns true if the service returned a value for the Keys property.
|
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 |
sourceLastUpdatedTimestampFormat()
The format of your
sourceLastUpdatedTimestamp that was previously set up. |
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 String sourceLastUpdatedTimestampFormat()
The format of your sourceLastUpdatedTimestamp that was previously set up.
sourceLastUpdatedTimestamp that was previously set up.public final boolean hasFields()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasFields() method.
public final boolean hasKeys()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasKeys() method.
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 © 2022. All rights reserved.