@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ControlOperationSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary of information about the specified control operation.
Constructor and Description |
---|
ControlOperationSummary() |
Modifier and Type | Method and Description |
---|---|
ControlOperationSummary |
clone() |
boolean |
equals(Object obj) |
String |
getControlIdentifier()
The
controlIdentifier of a control. |
String |
getEnabledControlIdentifier()
The
controlIdentifier of an enabled control. |
Date |
getEndTime()
The time at which the control operation was completed.
|
String |
getOperationIdentifier()
The unique identifier of a control operation.
|
String |
getOperationType()
The type of operation.
|
Date |
getStartTime()
The time at which a control operation began.
|
String |
getStatus()
The status of the specified control operation.
|
String |
getStatusMessage()
A speficic message displayed as part of the control status.
|
String |
getTargetIdentifier()
The unique identifier of the target of a control operation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setControlIdentifier(String controlIdentifier)
The
controlIdentifier of a control. |
void |
setEnabledControlIdentifier(String enabledControlIdentifier)
The
controlIdentifier of an enabled control. |
void |
setEndTime(Date endTime)
The time at which the control operation was completed.
|
void |
setOperationIdentifier(String operationIdentifier)
The unique identifier of a control operation.
|
void |
setOperationType(String operationType)
The type of operation.
|
void |
setStartTime(Date startTime)
The time at which a control operation began.
|
void |
setStatus(String status)
The status of the specified control operation.
|
void |
setStatusMessage(String statusMessage)
A speficic message displayed as part of the control status.
|
void |
setTargetIdentifier(String targetIdentifier)
The unique identifier of the target of a control operation.
|
String |
toString()
Returns a string representation of this object.
|
ControlOperationSummary |
withControlIdentifier(String controlIdentifier)
The
controlIdentifier of a control. |
ControlOperationSummary |
withEnabledControlIdentifier(String enabledControlIdentifier)
The
controlIdentifier of an enabled control. |
ControlOperationSummary |
withEndTime(Date endTime)
The time at which the control operation was completed.
|
ControlOperationSummary |
withOperationIdentifier(String operationIdentifier)
The unique identifier of a control operation.
|
ControlOperationSummary |
withOperationType(ControlOperationType operationType)
The type of operation.
|
ControlOperationSummary |
withOperationType(String operationType)
The type of operation.
|
ControlOperationSummary |
withStartTime(Date startTime)
The time at which a control operation began.
|
ControlOperationSummary |
withStatus(ControlOperationStatus status)
The status of the specified control operation.
|
ControlOperationSummary |
withStatus(String status)
The status of the specified control operation.
|
ControlOperationSummary |
withStatusMessage(String statusMessage)
A speficic message displayed as part of the control status.
|
ControlOperationSummary |
withTargetIdentifier(String targetIdentifier)
The unique identifier of the target of a control operation.
|
public void setControlIdentifier(String controlIdentifier)
The controlIdentifier
of a control.
controlIdentifier
- The controlIdentifier
of a control.public String getControlIdentifier()
The controlIdentifier
of a control.
controlIdentifier
of a control.public ControlOperationSummary withControlIdentifier(String controlIdentifier)
The controlIdentifier
of a control.
controlIdentifier
- The controlIdentifier
of a control.public void setEnabledControlIdentifier(String enabledControlIdentifier)
The controlIdentifier
of an enabled control.
enabledControlIdentifier
- The controlIdentifier
of an enabled control.public String getEnabledControlIdentifier()
The controlIdentifier
of an enabled control.
controlIdentifier
of an enabled control.public ControlOperationSummary withEnabledControlIdentifier(String enabledControlIdentifier)
The controlIdentifier
of an enabled control.
enabledControlIdentifier
- The controlIdentifier
of an enabled control.public void setEndTime(Date endTime)
The time at which the control operation was completed.
endTime
- The time at which the control operation was completed.public Date getEndTime()
The time at which the control operation was completed.
public ControlOperationSummary withEndTime(Date endTime)
The time at which the control operation was completed.
endTime
- The time at which the control operation was completed.public void setOperationIdentifier(String operationIdentifier)
The unique identifier of a control operation.
operationIdentifier
- The unique identifier of a control operation.public String getOperationIdentifier()
The unique identifier of a control operation.
public ControlOperationSummary withOperationIdentifier(String operationIdentifier)
The unique identifier of a control operation.
operationIdentifier
- The unique identifier of a control operation.public void setOperationType(String operationType)
The type of operation.
operationType
- The type of operation.ControlOperationType
public String getOperationType()
The type of operation.
ControlOperationType
public ControlOperationSummary withOperationType(String operationType)
The type of operation.
operationType
- The type of operation.ControlOperationType
public ControlOperationSummary withOperationType(ControlOperationType operationType)
The type of operation.
operationType
- The type of operation.ControlOperationType
public void setStartTime(Date startTime)
The time at which a control operation began.
startTime
- The time at which a control operation began.public Date getStartTime()
The time at which a control operation began.
public ControlOperationSummary withStartTime(Date startTime)
The time at which a control operation began.
startTime
- The time at which a control operation began.public void setStatus(String status)
The status of the specified control operation.
status
- The status of the specified control operation.ControlOperationStatus
public String getStatus()
The status of the specified control operation.
ControlOperationStatus
public ControlOperationSummary withStatus(String status)
The status of the specified control operation.
status
- The status of the specified control operation.ControlOperationStatus
public ControlOperationSummary withStatus(ControlOperationStatus status)
The status of the specified control operation.
status
- The status of the specified control operation.ControlOperationStatus
public void setStatusMessage(String statusMessage)
A speficic message displayed as part of the control status.
statusMessage
- A speficic message displayed as part of the control status.public String getStatusMessage()
A speficic message displayed as part of the control status.
public ControlOperationSummary withStatusMessage(String statusMessage)
A speficic message displayed as part of the control status.
statusMessage
- A speficic message displayed as part of the control status.public void setTargetIdentifier(String targetIdentifier)
The unique identifier of the target of a control operation.
targetIdentifier
- The unique identifier of the target of a control operation.public String getTargetIdentifier()
The unique identifier of the target of a control operation.
public ControlOperationSummary withTargetIdentifier(String targetIdentifier)
The unique identifier of the target of a control operation.
targetIdentifier
- The unique identifier of the target of a control operation.public String toString()
toString
in class Object
Object.toString()
public ControlOperationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.