@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDomainResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateDomainResult() |
Modifier and Type | Method and Description |
---|---|
UpdateDomainResult |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description to be updated as part of the
UpdateDomain action. |
String |
getDomainExecutionRole()
The domain execution role to be updated as part of the
UpdateDomain action. |
String |
getId()
The identifier of the Amazon DataZone domain.
|
Date |
getLastUpdatedAt()
Specifies the timestamp of when the domain was last updated.
|
String |
getName()
The name to be updated as part of the
UpdateDomain action. |
SingleSignOn |
getSingleSignOn()
The single sign-on option of the Amazon DataZone domain.
|
int |
hashCode() |
void |
setDescription(String description)
The description to be updated as part of the
UpdateDomain action. |
void |
setDomainExecutionRole(String domainExecutionRole)
The domain execution role to be updated as part of the
UpdateDomain action. |
void |
setId(String id)
The identifier of the Amazon DataZone domain.
|
void |
setLastUpdatedAt(Date lastUpdatedAt)
Specifies the timestamp of when the domain was last updated.
|
void |
setName(String name)
The name to be updated as part of the
UpdateDomain action. |
void |
setSingleSignOn(SingleSignOn singleSignOn)
The single sign-on option of the Amazon DataZone domain.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDomainResult |
withDescription(String description)
The description to be updated as part of the
UpdateDomain action. |
UpdateDomainResult |
withDomainExecutionRole(String domainExecutionRole)
The domain execution role to be updated as part of the
UpdateDomain action. |
UpdateDomainResult |
withId(String id)
The identifier of the Amazon DataZone domain.
|
UpdateDomainResult |
withLastUpdatedAt(Date lastUpdatedAt)
Specifies the timestamp of when the domain was last updated.
|
UpdateDomainResult |
withName(String name)
The name to be updated as part of the
UpdateDomain action. |
UpdateDomainResult |
withSingleSignOn(SingleSignOn singleSignOn)
The single sign-on option of the Amazon DataZone domain.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDescription(String description)
The description to be updated as part of the UpdateDomain
action.
description
- The description to be updated as part of the UpdateDomain
action.public String getDescription()
The description to be updated as part of the UpdateDomain
action.
UpdateDomain
action.public UpdateDomainResult withDescription(String description)
The description to be updated as part of the UpdateDomain
action.
description
- The description to be updated as part of the UpdateDomain
action.public void setDomainExecutionRole(String domainExecutionRole)
The domain execution role to be updated as part of the UpdateDomain
action.
domainExecutionRole
- The domain execution role to be updated as part of the UpdateDomain
action.public String getDomainExecutionRole()
The domain execution role to be updated as part of the UpdateDomain
action.
UpdateDomain
action.public UpdateDomainResult withDomainExecutionRole(String domainExecutionRole)
The domain execution role to be updated as part of the UpdateDomain
action.
domainExecutionRole
- The domain execution role to be updated as part of the UpdateDomain
action.public void setId(String id)
The identifier of the Amazon DataZone domain.
id
- The identifier of the Amazon DataZone domain.public String getId()
The identifier of the Amazon DataZone domain.
public UpdateDomainResult withId(String id)
The identifier of the Amazon DataZone domain.
id
- The identifier of the Amazon DataZone domain.public void setLastUpdatedAt(Date lastUpdatedAt)
Specifies the timestamp of when the domain was last updated.
lastUpdatedAt
- Specifies the timestamp of when the domain was last updated.public Date getLastUpdatedAt()
Specifies the timestamp of when the domain was last updated.
public UpdateDomainResult withLastUpdatedAt(Date lastUpdatedAt)
Specifies the timestamp of when the domain was last updated.
lastUpdatedAt
- Specifies the timestamp of when the domain was last updated.public void setName(String name)
The name to be updated as part of the UpdateDomain
action.
name
- The name to be updated as part of the UpdateDomain
action.public String getName()
The name to be updated as part of the UpdateDomain
action.
UpdateDomain
action.public UpdateDomainResult withName(String name)
The name to be updated as part of the UpdateDomain
action.
name
- The name to be updated as part of the UpdateDomain
action.public void setSingleSignOn(SingleSignOn singleSignOn)
The single sign-on option of the Amazon DataZone domain.
singleSignOn
- The single sign-on option of the Amazon DataZone domain.public SingleSignOn getSingleSignOn()
The single sign-on option of the Amazon DataZone domain.
public UpdateDomainResult withSingleSignOn(SingleSignOn singleSignOn)
The single sign-on option of the Amazon DataZone domain.
singleSignOn
- The single sign-on option of the Amazon DataZone domain.public String toString()
toString
in class Object
Object.toString()
public UpdateDomainResult clone()