@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetupExecutionDetails extends Object implements Serializable, Cloneable, StructuredPojo
Returns details about the commands that were run.
| Constructor and Description |
|---|
SetupExecutionDetails() |
| Modifier and Type | Method and Description |
|---|---|
SetupExecutionDetails |
clone() |
boolean |
equals(Object obj) |
String |
getCommand()
The command that was executed.
|
Date |
getDateTime()
The timestamp for when the request was run.
|
String |
getName()
The name of the target resource.
|
String |
getStandardError()
The text written by the command to stderr.
|
String |
getStandardOutput()
The text written by the command to stdout.
|
String |
getStatus()
The status of the
SetupInstanceHttps request. |
String |
getVersion()
The current version of the script..
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCommand(String command)
The command that was executed.
|
void |
setDateTime(Date dateTime)
The timestamp for when the request was run.
|
void |
setName(String name)
The name of the target resource.
|
void |
setStandardError(String standardError)
The text written by the command to stderr.
|
void |
setStandardOutput(String standardOutput)
The text written by the command to stdout.
|
void |
setStatus(String status)
The status of the
SetupInstanceHttps request. |
void |
setVersion(String version)
The current version of the script..
|
String |
toString()
Returns a string representation of this object.
|
SetupExecutionDetails |
withCommand(String command)
The command that was executed.
|
SetupExecutionDetails |
withDateTime(Date dateTime)
The timestamp for when the request was run.
|
SetupExecutionDetails |
withName(String name)
The name of the target resource.
|
SetupExecutionDetails |
withStandardError(String standardError)
The text written by the command to stderr.
|
SetupExecutionDetails |
withStandardOutput(String standardOutput)
The text written by the command to stdout.
|
SetupExecutionDetails |
withStatus(SetupStatus status)
The status of the
SetupInstanceHttps request. |
SetupExecutionDetails |
withStatus(String status)
The status of the
SetupInstanceHttps request. |
SetupExecutionDetails |
withVersion(String version)
The current version of the script..
|
public void setCommand(String command)
The command that was executed.
command - The command that was executed.public String getCommand()
The command that was executed.
public SetupExecutionDetails withCommand(String command)
The command that was executed.
command - The command that was executed.public void setDateTime(Date dateTime)
The timestamp for when the request was run.
dateTime - The timestamp for when the request was run.public Date getDateTime()
The timestamp for when the request was run.
public SetupExecutionDetails withDateTime(Date dateTime)
The timestamp for when the request was run.
dateTime - The timestamp for when the request was run.public void setName(String name)
The name of the target resource.
name - The name of the target resource.public String getName()
The name of the target resource.
public SetupExecutionDetails withName(String name)
The name of the target resource.
name - The name of the target resource.public void setStatus(String status)
The status of the SetupInstanceHttps request.
status - The status of the SetupInstanceHttps request.SetupStatuspublic String getStatus()
The status of the SetupInstanceHttps request.
SetupInstanceHttps request.SetupStatuspublic SetupExecutionDetails withStatus(String status)
The status of the SetupInstanceHttps request.
status - The status of the SetupInstanceHttps request.SetupStatuspublic SetupExecutionDetails withStatus(SetupStatus status)
The status of the SetupInstanceHttps request.
status - The status of the SetupInstanceHttps request.SetupStatuspublic void setStandardError(String standardError)
The text written by the command to stderr.
standardError - The text written by the command to stderr.public String getStandardError()
The text written by the command to stderr.
public SetupExecutionDetails withStandardError(String standardError)
The text written by the command to stderr.
standardError - The text written by the command to stderr.public void setStandardOutput(String standardOutput)
The text written by the command to stdout.
standardOutput - The text written by the command to stdout.public String getStandardOutput()
The text written by the command to stdout.
public SetupExecutionDetails withStandardOutput(String standardOutput)
The text written by the command to stdout.
standardOutput - The text written by the command to stdout.public void setVersion(String version)
The current version of the script..
version - The current version of the script..public String getVersion()
The current version of the script..
public SetupExecutionDetails withVersion(String version)
The current version of the script..
version - The current version of the script..public String toString()
toString in class ObjectObject.toString()public SetupExecutionDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.