@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateGlossaryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateGlossaryResult () |
| Modifier and Type | Method and Description |
|---|---|
UpdateGlossaryResult |
clone () |
boolean |
equals (Object obj) |
String |
getDescription ()
The description to be updated as part of the
UpdateGlossary action. |
String |
getDomainId ()
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
|
String |
getId ()
The identifier of the business glossary that is to be updated.
|
String |
getName ()
The name to be updated as part of the
UpdateGlossary action. |
String |
getOwningProjectId ()
The identifier of the project in which to update a business glossary.
|
String |
getStatus ()
The status to be updated as part of the
UpdateGlossary action. |
int |
hashCode () |
void |
setDescription (String description)
The description to be updated as part of the
UpdateGlossary action. |
void |
setDomainId (String domainId)
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
|
void |
setId (String id)
The identifier of the business glossary that is to be updated.
|
void |
setName (String name)
The name to be updated as part of the
UpdateGlossary action. |
void |
setOwningProjectId (String owningProjectId)
The identifier of the project in which to update a business glossary.
|
void |
setStatus (String status)
The status to be updated as part of the
UpdateGlossary action. |
String |
toString ()
Returns a string representation of this object.
|
UpdateGlossaryResult |
withDescription (String description)
The description to be updated as part of the
UpdateGlossary action. |
UpdateGlossaryResult |
withDomainId (String domainId)
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
|
UpdateGlossaryResult |
withId (String id)
The identifier of the business glossary that is to be updated.
|
UpdateGlossaryResult |
withName (String name)
The name to be updated as part of the
UpdateGlossary action. |
UpdateGlossaryResult |
withOwningProjectId (String owningProjectId)
The identifier of the project in which to update a business glossary.
|
UpdateGlossaryResult |
withStatus (GlossaryStatus status)
The status to be updated as part of the
UpdateGlossary action. |
UpdateGlossaryResult |
withStatus (String status)
The status to be updated as part of the
UpdateGlossary action. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public UpdateGlossaryResult()
public void setDescription(String description)
The description to be updated as part of the UpdateGlossary action.
description - The description to be updated as part of the UpdateGlossary action.public String getDescription()
The description to be updated as part of the UpdateGlossary action.
UpdateGlossary action.public UpdateGlossaryResult withDescription(String description)
The description to be updated as part of the UpdateGlossary action.
description - The description to be updated as part of the UpdateGlossary action.public void setDomainId(String domainId)
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
domainId - The identifier of the Amazon DataZone domain in which a business glossary is to be updated.public String getDomainId()
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
public UpdateGlossaryResult withDomainId(String domainId)
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
domainId - The identifier of the Amazon DataZone domain in which a business glossary is to be updated.public void setId(String id)
The identifier of the business glossary that is to be updated.
id - The identifier of the business glossary that is to be updated.public String getId()
The identifier of the business glossary that is to be updated.
public UpdateGlossaryResult withId(String id)
The identifier of the business glossary that is to be updated.
id - The identifier of the business glossary that is to be updated.public void setName(String name)
The name to be updated as part of the UpdateGlossary action.
name - The name to be updated as part of the UpdateGlossary action.public String getName()
The name to be updated as part of the UpdateGlossary action.
UpdateGlossary action.public UpdateGlossaryResult withName(String name)
The name to be updated as part of the UpdateGlossary action.
name - The name to be updated as part of the UpdateGlossary action.public void setOwningProjectId(String owningProjectId)
The identifier of the project in which to update a business glossary.
owningProjectId - The identifier of the project in which to update a business glossary.public String getOwningProjectId()
The identifier of the project in which to update a business glossary.
public UpdateGlossaryResult withOwningProjectId(String owningProjectId)
The identifier of the project in which to update a business glossary.
owningProjectId - The identifier of the project in which to update a business glossary.public void setStatus(String status)
The status to be updated as part of the UpdateGlossary action.
status - The status to be updated as part of the UpdateGlossary action.GlossaryStatus public String getStatus()
The status to be updated as part of the UpdateGlossary action.
UpdateGlossary action.GlossaryStatus public UpdateGlossaryResult withStatus(String status)
The status to be updated as part of the UpdateGlossary action.
status - The status to be updated as part of the UpdateGlossary action.GlossaryStatus public UpdateGlossaryResult withStatus(GlossaryStatus status)
The status to be updated as part of the UpdateGlossary action.
status - The status to be updated as part of the UpdateGlossary action.GlossaryStatus public String toString()
toString in class Object Object.toString() public UpdateGlossaryResult clone()