@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplicationOperationInfo extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
ApplicationOperationInfo() |
Modifier and Type | Method and Description |
---|---|
ApplicationOperationInfo |
clone() |
boolean |
equals(Object obj) |
Date |
getEndTime()
The timestamp at which the operation finished for the application
|
String |
getOperation() |
String |
getOperationId() |
String |
getOperationStatus() |
Date |
getStartTime()
The timestamp at which the operation was created
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEndTime(Date endTime)
The timestamp at which the operation finished for the application
|
void |
setOperation(String operation) |
void |
setOperationId(String operationId) |
void |
setOperationStatus(String operationStatus) |
void |
setStartTime(Date startTime)
The timestamp at which the operation was created
|
String |
toString()
Returns a string representation of this object.
|
ApplicationOperationInfo |
withEndTime(Date endTime)
The timestamp at which the operation finished for the application
|
ApplicationOperationInfo |
withOperation(String operation) |
ApplicationOperationInfo |
withOperationId(String operationId) |
ApplicationOperationInfo |
withOperationStatus(OperationStatus operationStatus) |
ApplicationOperationInfo |
withOperationStatus(String operationStatus) |
ApplicationOperationInfo |
withStartTime(Date startTime)
The timestamp at which the operation was created
|
public void setOperation(String operation)
operation
- public String getOperation()
public ApplicationOperationInfo withOperation(String operation)
operation
- public void setOperationId(String operationId)
operationId
- public String getOperationId()
public ApplicationOperationInfo withOperationId(String operationId)
operationId
- public void setStartTime(Date startTime)
startTime
- The timestamp at which the operation was createdpublic Date getStartTime()
public ApplicationOperationInfo withStartTime(Date startTime)
startTime
- The timestamp at which the operation was createdpublic void setEndTime(Date endTime)
endTime
- The timestamp at which the operation finished for the applicationpublic Date getEndTime()
public ApplicationOperationInfo withEndTime(Date endTime)
endTime
- The timestamp at which the operation finished for the applicationpublic void setOperationStatus(String operationStatus)
operationStatus
- OperationStatus
public String getOperationStatus()
OperationStatus
public ApplicationOperationInfo withOperationStatus(String operationStatus)
operationStatus
- OperationStatus
public ApplicationOperationInfo withOperationStatus(OperationStatus operationStatus)
operationStatus
- OperationStatus
public String toString()
toString
in class Object
Object.toString()
public ApplicationOperationInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.