@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeCustomPluginResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeCustomPluginResult() |
Modifier and Type | Method and Description |
---|---|
DescribeCustomPluginResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The time that the custom plugin was created.
|
String |
getCustomPluginArn()
The Amazon Resource Name (ARN) of the custom plugin.
|
String |
getCustomPluginState()
The state of the custom plugin.
|
String |
getDescription()
The description of the custom plugin.
|
CustomPluginRevisionSummary |
getLatestRevision()
The latest successfully created revision of the custom plugin.
|
String |
getName()
The name of the custom plugin.
|
StateDescription |
getStateDescription()
Details about the state of a custom plugin.
|
int |
hashCode() |
void |
setCreationTime(Date creationTime)
The time that the custom plugin was created.
|
void |
setCustomPluginArn(String customPluginArn)
The Amazon Resource Name (ARN) of the custom plugin.
|
void |
setCustomPluginState(String customPluginState)
The state of the custom plugin.
|
void |
setDescription(String description)
The description of the custom plugin.
|
void |
setLatestRevision(CustomPluginRevisionSummary latestRevision)
The latest successfully created revision of the custom plugin.
|
void |
setName(String name)
The name of the custom plugin.
|
void |
setStateDescription(StateDescription stateDescription)
Details about the state of a custom plugin.
|
String |
toString()
Returns a string representation of this object.
|
DescribeCustomPluginResult |
withCreationTime(Date creationTime)
The time that the custom plugin was created.
|
DescribeCustomPluginResult |
withCustomPluginArn(String customPluginArn)
The Amazon Resource Name (ARN) of the custom plugin.
|
DescribeCustomPluginResult |
withCustomPluginState(CustomPluginState customPluginState)
The state of the custom plugin.
|
DescribeCustomPluginResult |
withCustomPluginState(String customPluginState)
The state of the custom plugin.
|
DescribeCustomPluginResult |
withDescription(String description)
The description of the custom plugin.
|
DescribeCustomPluginResult |
withLatestRevision(CustomPluginRevisionSummary latestRevision)
The latest successfully created revision of the custom plugin.
|
DescribeCustomPluginResult |
withName(String name)
The name of the custom plugin.
|
DescribeCustomPluginResult |
withStateDescription(StateDescription stateDescription)
Details about the state of a custom plugin.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCreationTime(Date creationTime)
The time that the custom plugin was created.
creationTime
- The time that the custom plugin was created.public Date getCreationTime()
The time that the custom plugin was created.
public DescribeCustomPluginResult withCreationTime(Date creationTime)
The time that the custom plugin was created.
creationTime
- The time that the custom plugin was created.public void setCustomPluginArn(String customPluginArn)
The Amazon Resource Name (ARN) of the custom plugin.
customPluginArn
- The Amazon Resource Name (ARN) of the custom plugin.public String getCustomPluginArn()
The Amazon Resource Name (ARN) of the custom plugin.
public DescribeCustomPluginResult withCustomPluginArn(String customPluginArn)
The Amazon Resource Name (ARN) of the custom plugin.
customPluginArn
- The Amazon Resource Name (ARN) of the custom plugin.public void setCustomPluginState(String customPluginState)
The state of the custom plugin.
customPluginState
- The state of the custom plugin.CustomPluginState
public String getCustomPluginState()
The state of the custom plugin.
CustomPluginState
public DescribeCustomPluginResult withCustomPluginState(String customPluginState)
The state of the custom plugin.
customPluginState
- The state of the custom plugin.CustomPluginState
public DescribeCustomPluginResult withCustomPluginState(CustomPluginState customPluginState)
The state of the custom plugin.
customPluginState
- The state of the custom plugin.CustomPluginState
public void setDescription(String description)
The description of the custom plugin.
description
- The description of the custom plugin.public String getDescription()
The description of the custom plugin.
public DescribeCustomPluginResult withDescription(String description)
The description of the custom plugin.
description
- The description of the custom plugin.public void setLatestRevision(CustomPluginRevisionSummary latestRevision)
The latest successfully created revision of the custom plugin. If there are no successfully created revisions, this field will be absent.
latestRevision
- The latest successfully created revision of the custom plugin. If there are no successfully created
revisions, this field will be absent.public CustomPluginRevisionSummary getLatestRevision()
The latest successfully created revision of the custom plugin. If there are no successfully created revisions, this field will be absent.
public DescribeCustomPluginResult withLatestRevision(CustomPluginRevisionSummary latestRevision)
The latest successfully created revision of the custom plugin. If there are no successfully created revisions, this field will be absent.
latestRevision
- The latest successfully created revision of the custom plugin. If there are no successfully created
revisions, this field will be absent.public void setName(String name)
The name of the custom plugin.
name
- The name of the custom plugin.public String getName()
The name of the custom plugin.
public DescribeCustomPluginResult withName(String name)
The name of the custom plugin.
name
- The name of the custom plugin.public void setStateDescription(StateDescription stateDescription)
Details about the state of a custom plugin.
stateDescription
- Details about the state of a custom plugin.public StateDescription getStateDescription()
Details about the state of a custom plugin.
public DescribeCustomPluginResult withStateDescription(StateDescription stateDescription)
Details about the state of a custom plugin.
stateDescription
- Details about the state of a custom plugin.public String toString()
toString
in class Object
Object.toString()
public DescribeCustomPluginResult clone()