@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetProfileObjectTypeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetProfileObjectTypeResult() |
Modifier and Type | Method and Description |
---|---|
GetProfileObjectTypeResult |
addFieldsEntry(String key,
ObjectTypeField value)
Add a single Fields entry
|
GetProfileObjectTypeResult |
addKeysEntry(String key,
List<ObjectTypeKey> value)
Add a single Keys entry
|
GetProfileObjectTypeResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetProfileObjectTypeResult |
clearFieldsEntries()
Removes all the entries added into Fields.
|
GetProfileObjectTypeResult |
clearKeysEntries()
Removes all the entries added into Keys.
|
GetProfileObjectTypeResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetProfileObjectTypeResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAllowProfileCreation()
Indicates whether a profile should be created when data is received if one doesn’t exist for an object of this
type.
|
Date |
getCreatedAt()
The timestamp of when the domain was created.
|
String |
getDescription()
The description of the profile object type.
|
String |
getEncryptionKey()
The customer-provided key to encrypt the profile object that will be created in this profile object type.
|
Integer |
getExpirationDays()
The number of days until the data in the object expires.
|
Map<String,ObjectTypeField> |
getFields()
A map of the name and ObjectType field.
|
Map<String,List<ObjectTypeKey>> |
getKeys()
A list of unique keys that can be used to map data to the profile.
|
Date |
getLastUpdatedAt()
The timestamp of when the domain was most recently edited.
|
Integer |
getMaxAvailableProfileObjectCount()
The amount of provisioned profile object max count available.
|
Integer |
getMaxProfileObjectCount()
The amount of profile object max count assigned to the object type.
|
String |
getObjectTypeName()
The name of the profile object type.
|
String |
getSourceLastUpdatedTimestampFormat()
The format of your
sourceLastUpdatedTimestamp that was previously set up. |
Map<String,String> |
getTags()
The tags used to organize, track, or control access for this resource.
|
String |
getTemplateId()
A unique identifier for the object template.
|
int |
hashCode() |
Boolean |
isAllowProfileCreation()
Indicates whether a profile should be created when data is received if one doesn’t exist for an object of this
type.
|
void |
setAllowProfileCreation(Boolean allowProfileCreation)
Indicates whether a profile should be created when data is received if one doesn’t exist for an object of this
type.
|
void |
setCreatedAt(Date createdAt)
The timestamp of when the domain was created.
|
void |
setDescription(String description)
The description of the profile object type.
|
void |
setEncryptionKey(String encryptionKey)
The customer-provided key to encrypt the profile object that will be created in this profile object type.
|
void |
setExpirationDays(Integer expirationDays)
The number of days until the data in the object expires.
|
void |
setFields(Map<String,ObjectTypeField> fields)
A map of the name and ObjectType field.
|
void |
setKeys(Map<String,List<ObjectTypeKey>> keys)
A list of unique keys that can be used to map data to the profile.
|
void |
setLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the domain was most recently edited.
|
void |
setMaxAvailableProfileObjectCount(Integer maxAvailableProfileObjectCount)
The amount of provisioned profile object max count available.
|
void |
setMaxProfileObjectCount(Integer maxProfileObjectCount)
The amount of profile object max count assigned to the object type.
|
void |
setObjectTypeName(String objectTypeName)
The name of the profile object type.
|
void |
setSourceLastUpdatedTimestampFormat(String sourceLastUpdatedTimestampFormat)
The format of your
sourceLastUpdatedTimestamp that was previously set up. |
void |
setTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
void |
setTemplateId(String templateId)
A unique identifier for the object template.
|
String |
toString()
Returns a string representation of this object.
|
GetProfileObjectTypeResult |
withAllowProfileCreation(Boolean allowProfileCreation)
Indicates whether a profile should be created when data is received if one doesn’t exist for an object of this
type.
|
GetProfileObjectTypeResult |
withCreatedAt(Date createdAt)
The timestamp of when the domain was created.
|
GetProfileObjectTypeResult |
withDescription(String description)
The description of the profile object type.
|
GetProfileObjectTypeResult |
withEncryptionKey(String encryptionKey)
The customer-provided key to encrypt the profile object that will be created in this profile object type.
|
GetProfileObjectTypeResult |
withExpirationDays(Integer expirationDays)
The number of days until the data in the object expires.
|
GetProfileObjectTypeResult |
withFields(Map<String,ObjectTypeField> fields)
A map of the name and ObjectType field.
|
GetProfileObjectTypeResult |
withKeys(Map<String,List<ObjectTypeKey>> keys)
A list of unique keys that can be used to map data to the profile.
|
GetProfileObjectTypeResult |
withLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the domain was most recently edited.
|
GetProfileObjectTypeResult |
withMaxAvailableProfileObjectCount(Integer maxAvailableProfileObjectCount)
The amount of provisioned profile object max count available.
|
GetProfileObjectTypeResult |
withMaxProfileObjectCount(Integer maxProfileObjectCount)
The amount of profile object max count assigned to the object type.
|
GetProfileObjectTypeResult |
withObjectTypeName(String objectTypeName)
The name of the profile object type.
|
GetProfileObjectTypeResult |
withSourceLastUpdatedTimestampFormat(String sourceLastUpdatedTimestampFormat)
The format of your
sourceLastUpdatedTimestamp that was previously set up. |
GetProfileObjectTypeResult |
withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
GetProfileObjectTypeResult |
withTemplateId(String templateId)
A unique identifier for the object template.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setObjectTypeName(String objectTypeName)
The name of the profile object type.
objectTypeName
- The name of the profile object type.public String getObjectTypeName()
The name of the profile object type.
public GetProfileObjectTypeResult withObjectTypeName(String objectTypeName)
The name of the profile object type.
objectTypeName
- The name of the profile object type.public void setDescription(String description)
The description of the profile object type.
description
- The description of the profile object type.public String getDescription()
The description of the profile object type.
public GetProfileObjectTypeResult withDescription(String description)
The description of the profile object type.
description
- The description of the profile object type.public void setTemplateId(String templateId)
A unique identifier for the object template.
templateId
- A unique identifier for the object template.public String getTemplateId()
A unique identifier for the object template.
public GetProfileObjectTypeResult withTemplateId(String templateId)
A unique identifier for the object template.
templateId
- A unique identifier for the object template.public void setExpirationDays(Integer expirationDays)
The number of days until the data in the object expires.
expirationDays
- The number of days until the data in the object expires.public Integer getExpirationDays()
The number of days until the data in the object expires.
public GetProfileObjectTypeResult withExpirationDays(Integer expirationDays)
The number of days until the data in the object expires.
expirationDays
- The number of days until the data in the object expires.public void setEncryptionKey(String encryptionKey)
The customer-provided key to encrypt the profile object that will be created in this profile object type.
encryptionKey
- The customer-provided key to encrypt the profile object that will be created in this profile object type.public String getEncryptionKey()
The customer-provided key to encrypt the profile object that will be created in this profile object type.
public GetProfileObjectTypeResult withEncryptionKey(String encryptionKey)
The customer-provided key to encrypt the profile object that will be created in this profile object type.
encryptionKey
- The customer-provided key to encrypt the profile object that will be created in this profile object type.public void setAllowProfileCreation(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.
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.public Boolean getAllowProfileCreation()
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 GetProfileObjectTypeResult withAllowProfileCreation(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.
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.public Boolean isAllowProfileCreation()
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 void setSourceLastUpdatedTimestampFormat(String sourceLastUpdatedTimestampFormat)
The format of your sourceLastUpdatedTimestamp
that was previously set up.
sourceLastUpdatedTimestampFormat
- The format of your sourceLastUpdatedTimestamp
that was previously set up.public String getSourceLastUpdatedTimestampFormat()
The format of your sourceLastUpdatedTimestamp
that was previously set up.
sourceLastUpdatedTimestamp
that was previously set up.public GetProfileObjectTypeResult withSourceLastUpdatedTimestampFormat(String sourceLastUpdatedTimestampFormat)
The format of your sourceLastUpdatedTimestamp
that was previously set up.
sourceLastUpdatedTimestampFormat
- The format of your sourceLastUpdatedTimestamp
that was previously set up.public void setMaxAvailableProfileObjectCount(Integer maxAvailableProfileObjectCount)
The amount of provisioned profile object max count available.
maxAvailableProfileObjectCount
- The amount of provisioned profile object max count available.public Integer getMaxAvailableProfileObjectCount()
The amount of provisioned profile object max count available.
public GetProfileObjectTypeResult withMaxAvailableProfileObjectCount(Integer maxAvailableProfileObjectCount)
The amount of provisioned profile object max count available.
maxAvailableProfileObjectCount
- The amount of provisioned profile object max count available.public void setMaxProfileObjectCount(Integer maxProfileObjectCount)
The amount of profile object max count assigned to the object type.
maxProfileObjectCount
- The amount of profile object max count assigned to the object type.public Integer getMaxProfileObjectCount()
The amount of profile object max count assigned to the object type.
public GetProfileObjectTypeResult withMaxProfileObjectCount(Integer maxProfileObjectCount)
The amount of profile object max count assigned to the object type.
maxProfileObjectCount
- The amount of profile object max count assigned to the object type.public Map<String,ObjectTypeField> getFields()
A map of the name and ObjectType field.
public void setFields(Map<String,ObjectTypeField> fields)
A map of the name and ObjectType field.
fields
- A map of the name and ObjectType field.public GetProfileObjectTypeResult withFields(Map<String,ObjectTypeField> fields)
A map of the name and ObjectType field.
fields
- A map of the name and ObjectType field.public GetProfileObjectTypeResult addFieldsEntry(String key, ObjectTypeField value)
public GetProfileObjectTypeResult clearFieldsEntries()
public Map<String,List<ObjectTypeKey>> getKeys()
A list of unique keys that can be used to map data to the profile.
public void setKeys(Map<String,List<ObjectTypeKey>> keys)
A list of unique keys that can be used to map data to the profile.
keys
- A list of unique keys that can be used to map data to the profile.public GetProfileObjectTypeResult withKeys(Map<String,List<ObjectTypeKey>> keys)
A list of unique keys that can be used to map data to the profile.
keys
- A list of unique keys that can be used to map data to the profile.public GetProfileObjectTypeResult addKeysEntry(String key, List<ObjectTypeKey> value)
public GetProfileObjectTypeResult clearKeysEntries()
public void setCreatedAt(Date createdAt)
The timestamp of when the domain was created.
createdAt
- The timestamp of when the domain was created.public Date getCreatedAt()
The timestamp of when the domain was created.
public GetProfileObjectTypeResult withCreatedAt(Date createdAt)
The timestamp of when the domain was created.
createdAt
- The timestamp of when the domain was created.public void setLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the domain was most recently edited.
lastUpdatedAt
- The timestamp of when the domain was most recently edited.public Date getLastUpdatedAt()
The timestamp of when the domain was most recently edited.
public GetProfileObjectTypeResult withLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the domain was most recently edited.
lastUpdatedAt
- The timestamp of when the domain was most recently edited.public Map<String,String> getTags()
The tags used to organize, track, or control access for this resource.
public void setTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags
- The tags used to organize, track, or control access for this resource.public GetProfileObjectTypeResult withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags
- The tags used to organize, track, or control access for this resource.public GetProfileObjectTypeResult addTagsEntry(String key, String value)
public GetProfileObjectTypeResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public GetProfileObjectTypeResult clone()