Class AgentStatusSummary
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.AgentStatusSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AgentStatusSummary.Builder,AgentStatusSummary>
@Generated("software.amazon.awssdk:codegen") public final class AgentStatusSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AgentStatusSummary.Builder,AgentStatusSummary>
Summary information for an agent status.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAgentStatusSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) for the agent status.static AgentStatusSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The identifier for an agent status.StringlastModifiedRegion()The Amazon Web Services Region where this resource was last modified.InstantlastModifiedTime()The timestamp when this resource was last modified.Stringname()The name of the agent status.List<SdkField<?>>sdkFields()static Class<? extends AgentStatusSummary.Builder>serializableBuilderClass()AgentStatusSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.AgentStatusTypetype()The type of the agent status.StringtypeAsString()The type of the agent status.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
id
public final String id()
The identifier for an agent status.
- Returns:
- The identifier for an agent status.
-
arn
public final String arn()
The Amazon Resource Name (ARN) for the agent status.
- Returns:
- The Amazon Resource Name (ARN) for the agent status.
-
name
public final String name()
The name of the agent status.
- Returns:
- The name of the agent status.
-
type
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,
typewill returnAgentStatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the agent status.
- See Also:
AgentStatusType
-
typeAsString
public 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,
typewill returnAgentStatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the agent status.
- See Also:
AgentStatusType
-
lastModifiedTime
public final Instant lastModifiedTime()
The timestamp when this resource was last modified.
- Returns:
- The timestamp when this resource was last modified.
-
lastModifiedRegion
public final String lastModifiedRegion()
The Amazon Web Services Region where this resource was last modified.
- Returns:
- The Amazon Web Services Region where this resource was last modified.
-
toBuilder
public AgentStatusSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AgentStatusSummary.Builder,AgentStatusSummary>
-
builder
public static AgentStatusSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends AgentStatusSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-