@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutIntegrationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PutIntegrationResult() |
Modifier and Type | Method and Description |
---|---|
PutIntegrationResult |
addObjectTypeNamesEntry(String key,
String value)
Add a single ObjectTypeNames entry
|
PutIntegrationResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
PutIntegrationResult |
clearObjectTypeNamesEntries()
Removes all the entries added into ObjectTypeNames.
|
PutIntegrationResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
PutIntegrationResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The timestamp of when the domain was created.
|
String |
getDomainName()
The unique name of the domain.
|
Boolean |
getIsUnstructured()
Boolean that shows if the Flow that's associated with the Integration is created in Amazon Appflow, or with
ObjectTypeName equals _unstructured via API/CLI in flowDefinition.
|
Date |
getLastUpdatedAt()
The timestamp of when the domain was most recently edited.
|
String |
getObjectTypeName()
The name of the profile object type.
|
Map<String,String> |
getObjectTypeNames()
A map in which each key is an event type from an external application such as Segment or Shopify, and each value
is an
ObjectTypeName (template) used to ingest the event. |
Map<String,String> |
getTags()
The tags used to organize, track, or control access for this resource.
|
String |
getUri()
The URI of the S3 bucket or any other type of data source.
|
String |
getWorkflowId()
Unique identifier for the workflow.
|
int |
hashCode() |
Boolean |
isUnstructured()
Boolean that shows if the Flow that's associated with the Integration is created in Amazon Appflow, or with
ObjectTypeName equals _unstructured via API/CLI in flowDefinition.
|
void |
setCreatedAt(Date createdAt)
The timestamp of when the domain was created.
|
void |
setDomainName(String domainName)
The unique name of the domain.
|
void |
setIsUnstructured(Boolean isUnstructured)
Boolean that shows if the Flow that's associated with the Integration is created in Amazon Appflow, or with
ObjectTypeName equals _unstructured via API/CLI in flowDefinition.
|
void |
setLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the domain was most recently edited.
|
void |
setObjectTypeName(String objectTypeName)
The name of the profile object type.
|
void |
setObjectTypeNames(Map<String,String> objectTypeNames)
A map in which each key is an event type from an external application such as Segment or Shopify, and each value
is an
ObjectTypeName (template) used to ingest the event. |
void |
setTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
void |
setUri(String uri)
The URI of the S3 bucket or any other type of data source.
|
void |
setWorkflowId(String workflowId)
Unique identifier for the workflow.
|
String |
toString()
Returns a string representation of this object.
|
PutIntegrationResult |
withCreatedAt(Date createdAt)
The timestamp of when the domain was created.
|
PutIntegrationResult |
withDomainName(String domainName)
The unique name of the domain.
|
PutIntegrationResult |
withIsUnstructured(Boolean isUnstructured)
Boolean that shows if the Flow that's associated with the Integration is created in Amazon Appflow, or with
ObjectTypeName equals _unstructured via API/CLI in flowDefinition.
|
PutIntegrationResult |
withLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the domain was most recently edited.
|
PutIntegrationResult |
withObjectTypeName(String objectTypeName)
The name of the profile object type.
|
PutIntegrationResult |
withObjectTypeNames(Map<String,String> objectTypeNames)
A map in which each key is an event type from an external application such as Segment or Shopify, and each value
is an
ObjectTypeName (template) used to ingest the event. |
PutIntegrationResult |
withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
PutIntegrationResult |
withUri(String uri)
The URI of the S3 bucket or any other type of data source.
|
PutIntegrationResult |
withWorkflowId(String workflowId)
Unique identifier for the workflow.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDomainName(String domainName)
The unique name of the domain.
domainName
- The unique name of the domain.public String getDomainName()
The unique name of the domain.
public PutIntegrationResult withDomainName(String domainName)
The unique name of the domain.
domainName
- The unique name of the domain.public void setUri(String uri)
The URI of the S3 bucket or any other type of data source.
uri
- The URI of the S3 bucket or any other type of data source.public String getUri()
The URI of the S3 bucket or any other type of data source.
public PutIntegrationResult withUri(String uri)
The URI of the S3 bucket or any other type of data source.
uri
- The URI of the S3 bucket or any other type of data source.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 PutIntegrationResult withObjectTypeName(String objectTypeName)
The name of the profile object type.
objectTypeName
- The name of the profile object type.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 PutIntegrationResult 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 PutIntegrationResult 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 PutIntegrationResult 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 PutIntegrationResult addTagsEntry(String key, String value)
public PutIntegrationResult clearTagsEntries()
public Map<String,String> getObjectTypeNames()
A map in which each key is an event type from an external application such as Segment or Shopify, and each value
is an ObjectTypeName
(template) used to ingest the event. It supports the following event types:
SegmentIdentify
, ShopifyCreateCustomers
, ShopifyUpdateCustomers
,
ShopifyCreateDraftOrders
, ShopifyUpdateDraftOrders
, ShopifyCreateOrders
,
and ShopifyUpdatedOrders
.
ObjectTypeName
(template) used to ingest the event. It supports the
following event types: SegmentIdentify
, ShopifyCreateCustomers
,
ShopifyUpdateCustomers
, ShopifyCreateDraftOrders
,
ShopifyUpdateDraftOrders
, ShopifyCreateOrders
, and
ShopifyUpdatedOrders
.public void setObjectTypeNames(Map<String,String> objectTypeNames)
A map in which each key is an event type from an external application such as Segment or Shopify, and each value
is an ObjectTypeName
(template) used to ingest the event. It supports the following event types:
SegmentIdentify
, ShopifyCreateCustomers
, ShopifyUpdateCustomers
,
ShopifyCreateDraftOrders
, ShopifyUpdateDraftOrders
, ShopifyCreateOrders
,
and ShopifyUpdatedOrders
.
objectTypeNames
- A map in which each key is an event type from an external application such as Segment or Shopify, and each
value is an ObjectTypeName
(template) used to ingest the event. It supports the following
event types: SegmentIdentify
, ShopifyCreateCustomers
,
ShopifyUpdateCustomers
, ShopifyCreateDraftOrders
,
ShopifyUpdateDraftOrders
, ShopifyCreateOrders
, and
ShopifyUpdatedOrders
.public PutIntegrationResult withObjectTypeNames(Map<String,String> objectTypeNames)
A map in which each key is an event type from an external application such as Segment or Shopify, and each value
is an ObjectTypeName
(template) used to ingest the event. It supports the following event types:
SegmentIdentify
, ShopifyCreateCustomers
, ShopifyUpdateCustomers
,
ShopifyCreateDraftOrders
, ShopifyUpdateDraftOrders
, ShopifyCreateOrders
,
and ShopifyUpdatedOrders
.
objectTypeNames
- A map in which each key is an event type from an external application such as Segment or Shopify, and each
value is an ObjectTypeName
(template) used to ingest the event. It supports the following
event types: SegmentIdentify
, ShopifyCreateCustomers
,
ShopifyUpdateCustomers
, ShopifyCreateDraftOrders
,
ShopifyUpdateDraftOrders
, ShopifyCreateOrders
, and
ShopifyUpdatedOrders
.public PutIntegrationResult addObjectTypeNamesEntry(String key, String value)
public PutIntegrationResult clearObjectTypeNamesEntries()
public void setWorkflowId(String workflowId)
Unique identifier for the workflow.
workflowId
- Unique identifier for the workflow.public String getWorkflowId()
Unique identifier for the workflow.
public PutIntegrationResult withWorkflowId(String workflowId)
Unique identifier for the workflow.
workflowId
- Unique identifier for the workflow.public void setIsUnstructured(Boolean isUnstructured)
Boolean that shows if the Flow that's associated with the Integration is created in Amazon Appflow, or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition.
isUnstructured
- Boolean that shows if the Flow that's associated with the Integration is created in Amazon Appflow, or
with ObjectTypeName equals _unstructured via API/CLI in flowDefinition.public Boolean getIsUnstructured()
Boolean that shows if the Flow that's associated with the Integration is created in Amazon Appflow, or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition.
public PutIntegrationResult withIsUnstructured(Boolean isUnstructured)
Boolean that shows if the Flow that's associated with the Integration is created in Amazon Appflow, or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition.
isUnstructured
- Boolean that shows if the Flow that's associated with the Integration is created in Amazon Appflow, or
with ObjectTypeName equals _unstructured via API/CLI in flowDefinition.public Boolean isUnstructured()
Boolean that shows if the Flow that's associated with the Integration is created in Amazon Appflow, or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition.
public String toString()
toString
in class Object
Object.toString()
public PutIntegrationResult clone()