@Generated(value="software.amazon.awssdk:codegen") public final class PutProfileObjectTypeResponse extends CustomerProfilesResponse implements ToCopyableBuilder<PutProfileObjectTypeResponse.Builder,PutProfileObjectTypeResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutProfileObjectTypeResponse.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 PutProfileObjectTypeResponse.Builder |
builder() |
Instant |
createdAt()
The timestamp of when the domain was created.
|
String |
description()
Description of the profile object type.
|
String |
encryptionKey()
The customer-provided key to encrypt the profile object that will be created in this profile object type.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
expirationDays()
The number of days until the data in the object expires.
|
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.
|
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
Map<String,List<ObjectTypeKey>> |
keys()
A list of unique keys that can be used to map data to the profile.
|
Instant |
lastUpdatedAt()
The timestamp of when the domain was most recently edited.
|
String |
objectTypeName()
The name of the profile object type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutProfileObjectTypeResponse.Builder> |
serializableBuilderClass() |
String |
sourceLastUpdatedTimestampFormat()
The format of your
sourceLastUpdatedTimestamp that was previously set up in fields that were parsed
using SimpleDateFormat. |
Map<String,String> |
tags()
The tags used to organize, track, or control access for this resource.
|
String |
templateId()
A unique identifier for the object template.
|
PutProfileObjectTypeResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String objectTypeName()
The name of the profile object type.
public final String description()
Description of the profile object type.
public final String templateId()
A unique identifier for the object template.
public final Integer expirationDays()
The number of days until the data in the object expires.
public final String encryptionKey()
The customer-provided key to encrypt the profile object that will be created in this profile object type.
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 in fields that were parsed
using SimpleDateFormat.
If you have sourceLastUpdatedTimestamp in your field, you must set up
sourceLastUpdatedTimestampFormat.
sourceLastUpdatedTimestamp that was previously set up in fields that were
parsed using SimpleDateFormat.
If you have sourceLastUpdatedTimestamp in your field, you must set up
sourceLastUpdatedTimestampFormat.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 final Instant createdAt()
The timestamp of when the domain was created.
public final Instant lastUpdatedAt()
The timestamp of when the domain was most recently edited.
public final boolean hasTags()
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,String> tags()
The tags used to organize, track, or control access for this resource.
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 hasTags() method.
public PutProfileObjectTypeResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutProfileObjectTypeResponse.Builder,PutProfileObjectTypeResponse>toBuilder in class AwsResponsepublic static PutProfileObjectTypeResponse.Builder builder()
public static Class<? extends PutProfileObjectTypeResponse.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.