@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeContextResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeContextResult() |
Modifier and Type | Method and Description |
---|---|
DescribeContextResult |
addPropertiesEntry(String key,
String value)
Add a single Properties entry
|
DescribeContextResult |
clearPropertiesEntries()
Removes all the entries added into Properties.
|
DescribeContextResult |
clone() |
boolean |
equals(Object obj) |
String |
getContextArn()
The Amazon Resource Name (ARN) of the context.
|
String |
getContextName()
The name of the context.
|
String |
getContextType()
The type of the context.
|
UserContext |
getCreatedBy() |
Date |
getCreationTime()
When the context was created.
|
String |
getDescription()
The description of the context.
|
UserContext |
getLastModifiedBy() |
Date |
getLastModifiedTime()
When the context was last modified.
|
String |
getLineageGroupArn()
The Amazon Resource Name (ARN) of the lineage group.
|
Map<String,String> |
getProperties()
A list of the context's properties.
|
ContextSource |
getSource()
The source of the context.
|
int |
hashCode() |
void |
setContextArn(String contextArn)
The Amazon Resource Name (ARN) of the context.
|
void |
setContextName(String contextName)
The name of the context.
|
void |
setContextType(String contextType)
The type of the context.
|
void |
setCreatedBy(UserContext createdBy) |
void |
setCreationTime(Date creationTime)
When the context was created.
|
void |
setDescription(String description)
The description of the context.
|
void |
setLastModifiedBy(UserContext lastModifiedBy) |
void |
setLastModifiedTime(Date lastModifiedTime)
When the context was last modified.
|
void |
setLineageGroupArn(String lineageGroupArn)
The Amazon Resource Name (ARN) of the lineage group.
|
void |
setProperties(Map<String,String> properties)
A list of the context's properties.
|
void |
setSource(ContextSource source)
The source of the context.
|
String |
toString()
Returns a string representation of this object.
|
DescribeContextResult |
withContextArn(String contextArn)
The Amazon Resource Name (ARN) of the context.
|
DescribeContextResult |
withContextName(String contextName)
The name of the context.
|
DescribeContextResult |
withContextType(String contextType)
The type of the context.
|
DescribeContextResult |
withCreatedBy(UserContext createdBy) |
DescribeContextResult |
withCreationTime(Date creationTime)
When the context was created.
|
DescribeContextResult |
withDescription(String description)
The description of the context.
|
DescribeContextResult |
withLastModifiedBy(UserContext lastModifiedBy) |
DescribeContextResult |
withLastModifiedTime(Date lastModifiedTime)
When the context was last modified.
|
DescribeContextResult |
withLineageGroupArn(String lineageGroupArn)
The Amazon Resource Name (ARN) of the lineage group.
|
DescribeContextResult |
withProperties(Map<String,String> properties)
A list of the context's properties.
|
DescribeContextResult |
withSource(ContextSource source)
The source of the context.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setContextName(String contextName)
The name of the context.
contextName
- The name of the context.public String getContextName()
The name of the context.
public DescribeContextResult withContextName(String contextName)
The name of the context.
contextName
- The name of the context.public void setContextArn(String contextArn)
The Amazon Resource Name (ARN) of the context.
contextArn
- The Amazon Resource Name (ARN) of the context.public String getContextArn()
The Amazon Resource Name (ARN) of the context.
public DescribeContextResult withContextArn(String contextArn)
The Amazon Resource Name (ARN) of the context.
contextArn
- The Amazon Resource Name (ARN) of the context.public void setSource(ContextSource source)
The source of the context.
source
- The source of the context.public ContextSource getSource()
The source of the context.
public DescribeContextResult withSource(ContextSource source)
The source of the context.
source
- The source of the context.public void setContextType(String contextType)
The type of the context.
contextType
- The type of the context.public String getContextType()
The type of the context.
public DescribeContextResult withContextType(String contextType)
The type of the context.
contextType
- The type of the context.public void setDescription(String description)
The description of the context.
description
- The description of the context.public String getDescription()
The description of the context.
public DescribeContextResult withDescription(String description)
The description of the context.
description
- The description of the context.public Map<String,String> getProperties()
A list of the context's properties.
public void setProperties(Map<String,String> properties)
A list of the context's properties.
properties
- A list of the context's properties.public DescribeContextResult withProperties(Map<String,String> properties)
A list of the context's properties.
properties
- A list of the context's properties.public DescribeContextResult addPropertiesEntry(String key, String value)
public DescribeContextResult clearPropertiesEntries()
public void setCreationTime(Date creationTime)
When the context was created.
creationTime
- When the context was created.public Date getCreationTime()
When the context was created.
public DescribeContextResult withCreationTime(Date creationTime)
When the context was created.
creationTime
- When the context was created.public void setCreatedBy(UserContext createdBy)
createdBy
- public UserContext getCreatedBy()
public DescribeContextResult withCreatedBy(UserContext createdBy)
createdBy
- public void setLastModifiedTime(Date lastModifiedTime)
When the context was last modified.
lastModifiedTime
- When the context was last modified.public Date getLastModifiedTime()
When the context was last modified.
public DescribeContextResult withLastModifiedTime(Date lastModifiedTime)
When the context was last modified.
lastModifiedTime
- When the context was last modified.public void setLastModifiedBy(UserContext lastModifiedBy)
lastModifiedBy
- public UserContext getLastModifiedBy()
public DescribeContextResult withLastModifiedBy(UserContext lastModifiedBy)
lastModifiedBy
- public void setLineageGroupArn(String lineageGroupArn)
The Amazon Resource Name (ARN) of the lineage group.
lineageGroupArn
- The Amazon Resource Name (ARN) of the lineage group.public String getLineageGroupArn()
The Amazon Resource Name (ARN) of the lineage group.
public DescribeContextResult withLineageGroupArn(String lineageGroupArn)
The Amazon Resource Name (ARN) of the lineage group.
lineageGroupArn
- The Amazon Resource Name (ARN) of the lineage group.public String toString()
toString
in class Object
Object.toString()
public DescribeContextResult clone()