@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 |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
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.
|
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 |
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.
|
PutIntegrationResult |
withCreatedAt(Date createdAt)
The timestamp of when the domain was created.
|
PutIntegrationResult |
withDomainName(String domainName)
The unique name of the domain.
|
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 |
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 String toString()
toString in class ObjectObject.toString()public PutIntegrationResult clone()
Copyright © 2021. All rights reserved.