@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetProfileObjectTypeTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetProfileObjectTypeTemplateResult() |
Modifier and Type | Method and Description |
---|---|
GetProfileObjectTypeTemplateResult |
addFieldsEntry(String key,
ObjectTypeField value)
Add a single Fields entry
|
GetProfileObjectTypeTemplateResult |
addKeysEntry(String key,
List<ObjectTypeKey> value)
Add a single Keys entry
|
GetProfileObjectTypeTemplateResult |
clearFieldsEntries()
Removes all the entries added into Fields.
|
GetProfileObjectTypeTemplateResult |
clearKeysEntries()
Removes all the entries added into Keys.
|
GetProfileObjectTypeTemplateResult |
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.
|
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.
|
String |
getSourceLastUpdatedTimestampFormat()
The format of your
sourceLastUpdatedTimestamp that was previously set up. |
String |
getSourceName()
The name of the source of the object template.
|
String |
getSourceObject()
The source of the object template.
|
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 |
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 |
setSourceLastUpdatedTimestampFormat(String sourceLastUpdatedTimestampFormat)
The format of your
sourceLastUpdatedTimestamp that was previously set up. |
void |
setSourceName(String sourceName)
The name of the source of the object template.
|
void |
setSourceObject(String sourceObject)
The source of the object template.
|
void |
setTemplateId(String templateId)
A unique identifier for the object template.
|
String |
toString()
Returns a string representation of this object.
|
GetProfileObjectTypeTemplateResult |
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.
|
GetProfileObjectTypeTemplateResult |
withFields(Map<String,ObjectTypeField> fields)
A map of the name and ObjectType field.
|
GetProfileObjectTypeTemplateResult |
withKeys(Map<String,List<ObjectTypeKey>> keys)
A list of unique keys that can be used to map data to the profile.
|
GetProfileObjectTypeTemplateResult |
withSourceLastUpdatedTimestampFormat(String sourceLastUpdatedTimestampFormat)
The format of your
sourceLastUpdatedTimestamp that was previously set up. |
GetProfileObjectTypeTemplateResult |
withSourceName(String sourceName)
The name of the source of the object template.
|
GetProfileObjectTypeTemplateResult |
withSourceObject(String sourceObject)
The source of the object template.
|
GetProfileObjectTypeTemplateResult |
withTemplateId(String templateId)
A unique identifier for the object template.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 GetProfileObjectTypeTemplateResult withTemplateId(String templateId)
A unique identifier for the object template.
templateId
- A unique identifier for the object template.public void setSourceName(String sourceName)
The name of the source of the object template.
sourceName
- The name of the source of the object template.public String getSourceName()
The name of the source of the object template.
public GetProfileObjectTypeTemplateResult withSourceName(String sourceName)
The name of the source of the object template.
sourceName
- The name of the source of the object template.public void setSourceObject(String sourceObject)
The source of the object template.
sourceObject
- The source of the object template.public String getSourceObject()
The source of the object template.
public GetProfileObjectTypeTemplateResult withSourceObject(String sourceObject)
The source of the object template.
sourceObject
- The source of the object template.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 GetProfileObjectTypeTemplateResult 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 GetProfileObjectTypeTemplateResult 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 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 GetProfileObjectTypeTemplateResult withFields(Map<String,ObjectTypeField> fields)
A map of the name and ObjectType field.
fields
- A map of the name and ObjectType field.public GetProfileObjectTypeTemplateResult addFieldsEntry(String key, ObjectTypeField value)
public GetProfileObjectTypeTemplateResult 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 GetProfileObjectTypeTemplateResult 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 GetProfileObjectTypeTemplateResult addKeysEntry(String key, List<ObjectTypeKey> value)
public GetProfileObjectTypeTemplateResult clearKeysEntries()
public String toString()
toString
in class Object
Object.toString()
public GetProfileObjectTypeTemplateResult clone()