@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetupHistory extends Object implements Serializable, Cloneable, StructuredPojo
Returns a list of the commands that were ran on the target resource.
The status of each command is also returned.
Constructor and Description |
---|
SetupHistory() |
Modifier and Type | Method and Description |
---|---|
SetupHistory |
clone() |
boolean |
equals(Object obj) |
List<SetupExecutionDetails> |
getExecutionDetails()
Describes the full details of the request.
|
String |
getOperationId()
A GUID that's used to identify the operation.
|
SetupRequest |
getRequest()
Information about the specified request.
|
SetupHistoryResource |
getResource()
The target resource name for the request.
|
String |
getStatus()
The status of the request.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExecutionDetails(Collection<SetupExecutionDetails> executionDetails)
Describes the full details of the request.
|
void |
setOperationId(String operationId)
A GUID that's used to identify the operation.
|
void |
setRequest(SetupRequest request)
Information about the specified request.
|
void |
setResource(SetupHistoryResource resource)
The target resource name for the request.
|
void |
setStatus(String status)
The status of the request.
|
String |
toString()
Returns a string representation of this object.
|
SetupHistory |
withExecutionDetails(Collection<SetupExecutionDetails> executionDetails)
Describes the full details of the request.
|
SetupHistory |
withExecutionDetails(SetupExecutionDetails... executionDetails)
Describes the full details of the request.
|
SetupHistory |
withOperationId(String operationId)
A GUID that's used to identify the operation.
|
SetupHistory |
withRequest(SetupRequest request)
Information about the specified request.
|
SetupHistory |
withResource(SetupHistoryResource resource)
The target resource name for the request.
|
SetupHistory |
withStatus(SetupStatus status)
The status of the request.
|
SetupHistory |
withStatus(String status)
The status of the request.
|
public void setOperationId(String operationId)
A GUID that's used to identify the operation.
operationId
- A GUID that's used to identify the operation.public String getOperationId()
A GUID that's used to identify the operation.
public SetupHistory withOperationId(String operationId)
A GUID that's used to identify the operation.
operationId
- A GUID that's used to identify the operation.public void setRequest(SetupRequest request)
Information about the specified request.
request
- Information about the specified request.public SetupRequest getRequest()
Information about the specified request.
public SetupHistory withRequest(SetupRequest request)
Information about the specified request.
request
- Information about the specified request.public void setResource(SetupHistoryResource resource)
The target resource name for the request.
resource
- The target resource name for the request.public SetupHistoryResource getResource()
The target resource name for the request.
public SetupHistory withResource(SetupHistoryResource resource)
The target resource name for the request.
resource
- The target resource name for the request.public List<SetupExecutionDetails> getExecutionDetails()
Describes the full details of the request.
public void setExecutionDetails(Collection<SetupExecutionDetails> executionDetails)
Describes the full details of the request.
executionDetails
- Describes the full details of the request.public SetupHistory withExecutionDetails(SetupExecutionDetails... executionDetails)
Describes the full details of the request.
NOTE: This method appends the values to the existing list (if any). Use
setExecutionDetails(java.util.Collection)
or withExecutionDetails(java.util.Collection)
if you
want to override the existing values.
executionDetails
- Describes the full details of the request.public SetupHistory withExecutionDetails(Collection<SetupExecutionDetails> executionDetails)
Describes the full details of the request.
executionDetails
- Describes the full details of the request.public void setStatus(String status)
The status of the request.
status
- The status of the request.SetupStatus
public String getStatus()
The status of the request.
SetupStatus
public SetupHistory withStatus(String status)
The status of the request.
status
- The status of the request.SetupStatus
public SetupHistory withStatus(SetupStatus status)
The status of the request.
status
- The status of the request.SetupStatus
public String toString()
toString
in class Object
Object.toString()
public SetupHistory clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.