@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetGlossaryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetGlossaryResult() |
Modifier and Type | Method and Description |
---|---|
GetGlossaryResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The timestamp of when this business glossary was created.
|
String |
getCreatedBy()
The Amazon DataZone user who created this business glossary.
|
String |
getDescription()
The description of the business glossary.
|
String |
getDomainId()
The ID of the Amazon DataZone domain in which this business glossary exists.
|
String |
getId()
The ID of the business glossary.
|
String |
getName()
The name of the business glossary.
|
String |
getOwningProjectId()
The ID of the project that owns this business glossary.
|
String |
getStatus()
The status of the business glossary.
|
Date |
getUpdatedAt()
The timestamp of when the business glossary was updated.
|
String |
getUpdatedBy()
The Amazon DataZone user who updated the business glossary.
|
int |
hashCode() |
void |
setCreatedAt(Date createdAt)
The timestamp of when this business glossary was created.
|
void |
setCreatedBy(String createdBy)
The Amazon DataZone user who created this business glossary.
|
void |
setDescription(String description)
The description of the business glossary.
|
void |
setDomainId(String domainId)
The ID of the Amazon DataZone domain in which this business glossary exists.
|
void |
setId(String id)
The ID of the business glossary.
|
void |
setName(String name)
The name of the business glossary.
|
void |
setOwningProjectId(String owningProjectId)
The ID of the project that owns this business glossary.
|
void |
setStatus(String status)
The status of the business glossary.
|
void |
setUpdatedAt(Date updatedAt)
The timestamp of when the business glossary was updated.
|
void |
setUpdatedBy(String updatedBy)
The Amazon DataZone user who updated the business glossary.
|
String |
toString()
Returns a string representation of this object.
|
GetGlossaryResult |
withCreatedAt(Date createdAt)
The timestamp of when this business glossary was created.
|
GetGlossaryResult |
withCreatedBy(String createdBy)
The Amazon DataZone user who created this business glossary.
|
GetGlossaryResult |
withDescription(String description)
The description of the business glossary.
|
GetGlossaryResult |
withDomainId(String domainId)
The ID of the Amazon DataZone domain in which this business glossary exists.
|
GetGlossaryResult |
withId(String id)
The ID of the business glossary.
|
GetGlossaryResult |
withName(String name)
The name of the business glossary.
|
GetGlossaryResult |
withOwningProjectId(String owningProjectId)
The ID of the project that owns this business glossary.
|
GetGlossaryResult |
withStatus(GlossaryStatus status)
The status of the business glossary.
|
GetGlossaryResult |
withStatus(String status)
The status of the business glossary.
|
GetGlossaryResult |
withUpdatedAt(Date updatedAt)
The timestamp of when the business glossary was updated.
|
GetGlossaryResult |
withUpdatedBy(String updatedBy)
The Amazon DataZone user who updated the business glossary.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCreatedAt(Date createdAt)
The timestamp of when this business glossary was created.
createdAt
- The timestamp of when this business glossary was created.public Date getCreatedAt()
The timestamp of when this business glossary was created.
public GetGlossaryResult withCreatedAt(Date createdAt)
The timestamp of when this business glossary was created.
createdAt
- The timestamp of when this business glossary was created.public void setCreatedBy(String createdBy)
The Amazon DataZone user who created this business glossary.
createdBy
- The Amazon DataZone user who created this business glossary.public String getCreatedBy()
The Amazon DataZone user who created this business glossary.
public GetGlossaryResult withCreatedBy(String createdBy)
The Amazon DataZone user who created this business glossary.
createdBy
- The Amazon DataZone user who created this business glossary.public void setDescription(String description)
The description of the business glossary.
description
- The description of the business glossary.public String getDescription()
The description of the business glossary.
public GetGlossaryResult withDescription(String description)
The description of the business glossary.
description
- The description of the business glossary.public void setDomainId(String domainId)
The ID of the Amazon DataZone domain in which this business glossary exists.
domainId
- The ID of the Amazon DataZone domain in which this business glossary exists.public String getDomainId()
The ID of the Amazon DataZone domain in which this business glossary exists.
public GetGlossaryResult withDomainId(String domainId)
The ID of the Amazon DataZone domain in which this business glossary exists.
domainId
- The ID of the Amazon DataZone domain in which this business glossary exists.public void setId(String id)
The ID of the business glossary.
id
- The ID of the business glossary.public String getId()
The ID of the business glossary.
public GetGlossaryResult withId(String id)
The ID of the business glossary.
id
- The ID of the business glossary.public void setName(String name)
The name of the business glossary.
name
- The name of the business glossary.public String getName()
The name of the business glossary.
public GetGlossaryResult withName(String name)
The name of the business glossary.
name
- The name of the business glossary.public void setOwningProjectId(String owningProjectId)
The ID of the project that owns this business glossary.
owningProjectId
- The ID of the project that owns this business glossary.public String getOwningProjectId()
The ID of the project that owns this business glossary.
public GetGlossaryResult withOwningProjectId(String owningProjectId)
The ID of the project that owns this business glossary.
owningProjectId
- The ID of the project that owns this business glossary.public void setStatus(String status)
The status of the business glossary.
status
- The status of the business glossary.GlossaryStatus
public String getStatus()
The status of the business glossary.
GlossaryStatus
public GetGlossaryResult withStatus(String status)
The status of the business glossary.
status
- The status of the business glossary.GlossaryStatus
public GetGlossaryResult withStatus(GlossaryStatus status)
The status of the business glossary.
status
- The status of the business glossary.GlossaryStatus
public void setUpdatedAt(Date updatedAt)
The timestamp of when the business glossary was updated.
updatedAt
- The timestamp of when the business glossary was updated.public Date getUpdatedAt()
The timestamp of when the business glossary was updated.
public GetGlossaryResult withUpdatedAt(Date updatedAt)
The timestamp of when the business glossary was updated.
updatedAt
- The timestamp of when the business glossary was updated.public void setUpdatedBy(String updatedBy)
The Amazon DataZone user who updated the business glossary.
updatedBy
- The Amazon DataZone user who updated the business glossary.public String getUpdatedBy()
The Amazon DataZone user who updated the business glossary.
public GetGlossaryResult withUpdatedBy(String updatedBy)
The Amazon DataZone user who updated the business glossary.
updatedBy
- The Amazon DataZone user who updated the business glossary.public String toString()
toString
in class Object
Object.toString()
public GetGlossaryResult clone()