@Generated(value="software.amazon.awssdk:codegen") public final class AgentStatusSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AgentStatusSummary.Builder,AgentStatusSummary>
Summary information for an agent status.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AgentStatusSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) for the agent status.
|
static AgentStatusSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier for an agent status.
|
String |
name()
The name of the agent status.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AgentStatusSummary.Builder> |
serializableBuilderClass() |
AgentStatusSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
AgentStatusType |
type()
The type of the agent status.
|
String |
typeAsString()
The type of the agent status.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The identifier for an agent status.
public final String arn()
The Amazon Resource Name (ARN) for the agent status.
public final String name()
The name of the agent status.
public final AgentStatusType type()
The type of the agent status.
If the service returns an enum value that is not available in the current SDK version, type will return
AgentStatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
AgentStatusTypepublic final String typeAsString()
The type of the agent status.
If the service returns an enum value that is not available in the current SDK version, type will return
AgentStatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
AgentStatusTypepublic AgentStatusSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AgentStatusSummary.Builder,AgentStatusSummary>public static AgentStatusSummary.Builder builder()
public static Class<? extends AgentStatusSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.