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