@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OperationSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides summary information for an operation that occurred on an App Runner service.
| Constructor and Description |
|---|
OperationSummary() |
| Modifier and Type | Method and Description |
|---|---|
OperationSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getEndedAt()
The time when the operation ended.
|
String |
getId()
A unique ID of this operation.
|
Date |
getStartedAt()
The time when the operation started.
|
String |
getStatus()
The current state of the operation.
|
String |
getTargetArn()
The Amazon Resource Name (ARN) of the resource that the operation acted on (for example, an App Runner service).
|
String |
getType()
The type of operation.
|
Date |
getUpdatedAt()
The time when the operation was last updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEndedAt(Date endedAt)
The time when the operation ended.
|
void |
setId(String id)
A unique ID of this operation.
|
void |
setStartedAt(Date startedAt)
The time when the operation started.
|
void |
setStatus(String status)
The current state of the operation.
|
void |
setTargetArn(String targetArn)
The Amazon Resource Name (ARN) of the resource that the operation acted on (for example, an App Runner service).
|
void |
setType(String type)
The type of operation.
|
void |
setUpdatedAt(Date updatedAt)
The time when the operation was last updated.
|
String |
toString()
Returns a string representation of this object.
|
OperationSummary |
withEndedAt(Date endedAt)
The time when the operation ended.
|
OperationSummary |
withId(String id)
A unique ID of this operation.
|
OperationSummary |
withStartedAt(Date startedAt)
The time when the operation started.
|
OperationSummary |
withStatus(OperationStatus status)
The current state of the operation.
|
OperationSummary |
withStatus(String status)
The current state of the operation.
|
OperationSummary |
withTargetArn(String targetArn)
The Amazon Resource Name (ARN) of the resource that the operation acted on (for example, an App Runner service).
|
OperationSummary |
withType(OperationType type)
The type of operation.
|
OperationSummary |
withType(String type)
The type of operation.
|
OperationSummary |
withUpdatedAt(Date updatedAt)
The time when the operation was last updated.
|
public void setId(String id)
A unique ID of this operation. It's unique in the scope of the App Runner service.
id - A unique ID of this operation. It's unique in the scope of the App Runner service.public String getId()
A unique ID of this operation. It's unique in the scope of the App Runner service.
public OperationSummary withId(String id)
A unique ID of this operation. It's unique in the scope of the App Runner service.
id - A unique ID of this operation. It's unique in the scope of the App Runner service.public void setType(String type)
The type of operation. It indicates a specific action that occured.
type - The type of operation. It indicates a specific action that occured.OperationTypepublic String getType()
The type of operation. It indicates a specific action that occured.
OperationTypepublic OperationSummary withType(String type)
The type of operation. It indicates a specific action that occured.
type - The type of operation. It indicates a specific action that occured.OperationTypepublic OperationSummary withType(OperationType type)
The type of operation. It indicates a specific action that occured.
type - The type of operation. It indicates a specific action that occured.OperationTypepublic void setStatus(String status)
The current state of the operation.
status - The current state of the operation.OperationStatuspublic String getStatus()
The current state of the operation.
OperationStatuspublic OperationSummary withStatus(String status)
The current state of the operation.
status - The current state of the operation.OperationStatuspublic OperationSummary withStatus(OperationStatus status)
The current state of the operation.
status - The current state of the operation.OperationStatuspublic void setTargetArn(String targetArn)
The Amazon Resource Name (ARN) of the resource that the operation acted on (for example, an App Runner service).
targetArn - The Amazon Resource Name (ARN) of the resource that the operation acted on (for example, an App Runner
service).public String getTargetArn()
The Amazon Resource Name (ARN) of the resource that the operation acted on (for example, an App Runner service).
public OperationSummary withTargetArn(String targetArn)
The Amazon Resource Name (ARN) of the resource that the operation acted on (for example, an App Runner service).
targetArn - The Amazon Resource Name (ARN) of the resource that the operation acted on (for example, an App Runner
service).public void setStartedAt(Date startedAt)
The time when the operation started. It's in the Unix time stamp format.
startedAt - The time when the operation started. It's in the Unix time stamp format.public Date getStartedAt()
The time when the operation started. It's in the Unix time stamp format.
public OperationSummary withStartedAt(Date startedAt)
The time when the operation started. It's in the Unix time stamp format.
startedAt - The time when the operation started. It's in the Unix time stamp format.public void setEndedAt(Date endedAt)
The time when the operation ended. It's in the Unix time stamp format.
endedAt - The time when the operation ended. It's in the Unix time stamp format.public Date getEndedAt()
The time when the operation ended. It's in the Unix time stamp format.
public OperationSummary withEndedAt(Date endedAt)
The time when the operation ended. It's in the Unix time stamp format.
endedAt - The time when the operation ended. It's in the Unix time stamp format.public void setUpdatedAt(Date updatedAt)
The time when the operation was last updated. It's in the Unix time stamp format.
updatedAt - The time when the operation was last updated. It's in the Unix time stamp format.public Date getUpdatedAt()
The time when the operation was last updated. It's in the Unix time stamp format.
public OperationSummary withUpdatedAt(Date updatedAt)
The time when the operation was last updated. It's in the Unix time stamp format.
updatedAt - The time when the operation was last updated. It's in the Unix time stamp format.public String toString()
toString in class ObjectObject.toString()public OperationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.