Class ActionGroupSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ActionGroupSummary.Builder,ActionGroupSummary>
Contains details about an action group.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe unique identifier of the action group.final StringThe name of the action group.final ActionGroupStateSpecifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.final StringSpecifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.static ActionGroupSummary.Builderbuilder()final StringThe description of the action group.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends ActionGroupSummary.Builder>final StringtoString()Returns a string representation of this object.final InstantThe time at which the action group was last updated.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
actionGroupId
The unique identifier of the action group.
- Returns:
- The unique identifier of the action group.
-
actionGroupName
The name of the action group.
- Returns:
- The name of the action group.
-
actionGroupState
Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.
If the service returns an enum value that is not available in the current SDK version,
actionGroupStatewill returnActionGroupState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromactionGroupStateAsString().- Returns:
- Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.
- See Also:
-
actionGroupStateAsString
Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.
If the service returns an enum value that is not available in the current SDK version,
actionGroupStatewill returnActionGroupState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromactionGroupStateAsString().- Returns:
- Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.
- See Also:
-
description
The description of the action group.
- Returns:
- The description of the action group.
-
updatedAt
The time at which the action group was last updated.
- Returns:
- The time at which the action group was last updated.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ActionGroupSummary.Builder,ActionGroupSummary>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-