@Generated(value="software.amazon.awssdk:codegen") public final class PutProfileObjectTypeRequest extends CustomerProfilesRequest implements ToCopyableBuilder<PutProfileObjectTypeRequest.Builder,PutProfileObjectTypeRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutProfileObjectTypeRequest.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 PutProfileObjectTypeRequest.Builder |
builder() |
String |
description()
Description of the profile object type.
|
String |
domainName()
The unique name of the domain.
|
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()
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).
|
boolean |
hasTags()
Returns true if the Tags 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.
|
String |
objectTypeName()
The name of the profile object type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutProfileObjectTypeRequest.Builder> |
serializableBuilderClass() |
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.
|
PutProfileObjectTypeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainName()
The unique name of the domain.
public 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 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 final boolean hasTags()
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.
You can use hasTags() to see if a value was sent in this field.
public PutProfileObjectTypeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutProfileObjectTypeRequest.Builder,PutProfileObjectTypeRequest>toBuilder in class CustomerProfilesRequestpublic static PutProfileObjectTypeRequest.Builder builder()
public static Class<? extends PutProfileObjectTypeRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2021. All rights reserved.