@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIntegrationItem extends Object implements Serializable, Cloneable, StructuredPojo
An integration in list of integrations.
Constructor and Description |
---|
ListIntegrationItem() |
Modifier and Type | Method and Description |
---|---|
ListIntegrationItem |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
ListIntegrationItem |
clearTagsEntries()
Removes all the entries added into Tags.
|
ListIntegrationItem |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The timestamp of when the domain was created.
|
String |
getDomainName()
The unique name of the domain.
|
Date |
getLastUpdatedAt()
The timestamp of when the domain was most recently edited.
|
String |
getObjectTypeName()
The name of the profile object type.
|
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.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedAt(Date createdAt)
The timestamp of when the domain was created.
|
void |
setDomainName(String domainName)
The unique name of the domain.
|
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 |
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.
|
String |
toString()
Returns a string representation of this object.
|
ListIntegrationItem |
withCreatedAt(Date createdAt)
The timestamp of when the domain was created.
|
ListIntegrationItem |
withDomainName(String domainName)
The unique name of the domain.
|
ListIntegrationItem |
withLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the domain was most recently edited.
|
ListIntegrationItem |
withObjectTypeName(String objectTypeName)
The name of the profile object type.
|
ListIntegrationItem |
withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
ListIntegrationItem |
withUri(String uri)
The URI of the S3 bucket or any other type of data source.
|
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 ListIntegrationItem 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 ListIntegrationItem 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 ListIntegrationItem 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 ListIntegrationItem 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 ListIntegrationItem 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 ListIntegrationItem 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 ListIntegrationItem addTagsEntry(String key, String value)
public ListIntegrationItem clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public ListIntegrationItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.