Class RefResource
- java.lang.Object
-
- software.amazon.awssdk.services.evidently.model.RefResource
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RefResource.Builder,RefResource>
@Generated("software.amazon.awssdk:codegen") public final class RefResource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RefResource.Builder,RefResource>
A structure that contains information about one experiment or launch that uses the specified segment.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRefResource.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The ARN of the experiment or launch.static RefResource.Builderbuilder()StringendTime()The day and time that this experiment or launch ended.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlastUpdatedOn()The day and time that this experiment or launch was most recently updated.Stringname()The name of the experiment or launch.List<SdkField<?>>sdkFields()static Class<? extends RefResource.Builder>serializableBuilderClass()StringstartTime()The day and time that this experiment or launch started.Stringstatus()The status of the experiment or launch.RefResource.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringtype()Specifies whether the resource that this structure contains information about is an experiment or a launch.-
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
-
arn
public final String arn()
The ARN of the experiment or launch.
- Returns:
- The ARN of the experiment or launch.
-
endTime
public final String endTime()
The day and time that this experiment or launch ended.
- Returns:
- The day and time that this experiment or launch ended.
-
lastUpdatedOn
public final String lastUpdatedOn()
The day and time that this experiment or launch was most recently updated.
- Returns:
- The day and time that this experiment or launch was most recently updated.
-
name
public final String name()
The name of the experiment or launch.
- Returns:
- The name of the experiment or launch.
-
startTime
public final String startTime()
The day and time that this experiment or launch started.
- Returns:
- The day and time that this experiment or launch started.
-
status
public final String status()
The status of the experiment or launch.
- Returns:
- The status of the experiment or launch.
-
type
public final String type()
Specifies whether the resource that this structure contains information about is an experiment or a launch.
- Returns:
- Specifies whether the resource that this structure contains information about is an experiment or a launch.
-
toBuilder
public RefResource.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RefResource.Builder,RefResource>
-
builder
public static RefResource.Builder builder()
-
serializableBuilderClass
public static Class<? extends RefResource.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.
-
-