@Generated(value="software.amazon.awssdk:codegen") public final class AgentStatusReference extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AgentStatusReference.Builder,AgentStatusReference>
Information about the agent's status.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AgentStatusReference.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AgentStatusReference.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AgentStatusReference.Builder> |
serializableBuilderClass() |
String |
statusArn()
The Amazon Resource Name (ARN) of the agent's status.
|
String |
statusName()
The name of the agent status.
|
Instant |
statusStartTimestamp()
The start timestamp of the agent's status.
|
AgentStatusReference.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant statusStartTimestamp()
The start timestamp of the agent's status.
public final String statusArn()
The Amazon Resource Name (ARN) of the agent's status.
public final String statusName()
The name of the agent status.
public AgentStatusReference.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AgentStatusReference.Builder,AgentStatusReference>public static AgentStatusReference.Builder builder()
public static Class<? extends AgentStatusReference.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.