@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RefResource.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the experiment or launch.
|
static RefResource.Builder |
builder() |
String |
endTime()
The day and time that this experiment or launch ended.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lastUpdatedOn()
The day and time that this experiment or launch was most recently updated.
|
String |
name()
The name of the experiment or launch.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RefResource.Builder> |
serializableBuilderClass() |
String |
startTime()
The day and time that this experiment or launch started.
|
String |
status()
The status of the experiment or launch.
|
RefResource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
Specifies whether the resource that this structure contains information about is an experiment or a launch.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The ARN of the experiment or launch.
public final String endTime()
The day and time that this experiment or launch ended.
public final String lastUpdatedOn()
The day and time that this experiment or launch was most recently updated.
public final String name()
The name of the experiment or launch.
public final String startTime()
The day and time that this experiment or launch started.
public final String status()
The status of the experiment or launch.
public final String type()
Specifies whether the resource that this structure contains information about is an experiment or a launch.
public RefResource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RefResource.Builder,RefResource>public static RefResource.Builder builder()
public static Class<? extends RefResource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.