Class EnvironmentActionSummary
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.EnvironmentActionSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EnvironmentActionSummary.Builder,EnvironmentActionSummary>
@Generated("software.amazon.awssdk:codegen") public final class EnvironmentActionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EnvironmentActionSummary.Builder,EnvironmentActionSummary>
The details about the specified action configured for an environment. For example, the details of the specified console links for an analytics tool that is available in this environment.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEnvironmentActionSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EnvironmentActionSummary.Builderbuilder()Stringdescription()The environment action description.StringdomainId()The Amazon DataZone domain ID of the environment action.StringenvironmentId()The environment ID of the environment action.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The ID of the environment action.Stringname()The name of the environment action.ActionParametersparameters()The parameters of the environment action.List<SdkField<?>>sdkFields()static Class<? extends EnvironmentActionSummary.Builder>serializableBuilderClass()EnvironmentActionSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
description
public final String description()
The environment action description.
- Returns:
- The environment action description.
-
domainId
public final String domainId()
The Amazon DataZone domain ID of the environment action.
- Returns:
- The Amazon DataZone domain ID of the environment action.
-
environmentId
public final String environmentId()
The environment ID of the environment action.
- Returns:
- The environment ID of the environment action.
-
id
public final String id()
The ID of the environment action.
- Returns:
- The ID of the environment action.
-
name
public final String name()
The name of the environment action.
- Returns:
- The name of the environment action.
-
parameters
public final ActionParameters parameters()
The parameters of the environment action.
- Returns:
- The parameters of the environment action.
-
toBuilder
public EnvironmentActionSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EnvironmentActionSummary.Builder,EnvironmentActionSummary>
-
builder
public static EnvironmentActionSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends EnvironmentActionSummary.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.
-
-