@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RefResource extends Object implements Serializable, Cloneable, StructuredPojo
A structure that contains information about one experiment or launch that uses the specified segment.
Constructor and Description |
---|
RefResource() |
Modifier and Type | Method and Description |
---|---|
RefResource |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the experiment or launch.
|
String |
getEndTime()
The day and time that this experiment or launch ended.
|
String |
getLastUpdatedOn()
The day and time that this experiment or launch was most recently updated.
|
String |
getName()
The name of the experiment or launch.
|
String |
getStartTime()
The day and time that this experiment or launch started.
|
String |
getStatus()
The status of the experiment or launch.
|
String |
getType()
Specifies whether the resource that this structure contains information about is an experiment or a launch.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The ARN of the experiment or launch.
|
void |
setEndTime(String endTime)
The day and time that this experiment or launch ended.
|
void |
setLastUpdatedOn(String lastUpdatedOn)
The day and time that this experiment or launch was most recently updated.
|
void |
setName(String name)
The name of the experiment or launch.
|
void |
setStartTime(String startTime)
The day and time that this experiment or launch started.
|
void |
setStatus(String status)
The status of the experiment or launch.
|
void |
setType(String type)
Specifies whether the resource that this structure contains information about is an experiment or a launch.
|
String |
toString()
Returns a string representation of this object.
|
RefResource |
withArn(String arn)
The ARN of the experiment or launch.
|
RefResource |
withEndTime(String endTime)
The day and time that this experiment or launch ended.
|
RefResource |
withLastUpdatedOn(String lastUpdatedOn)
The day and time that this experiment or launch was most recently updated.
|
RefResource |
withName(String name)
The name of the experiment or launch.
|
RefResource |
withStartTime(String startTime)
The day and time that this experiment or launch started.
|
RefResource |
withStatus(String status)
The status of the experiment or launch.
|
RefResource |
withType(String type)
Specifies whether the resource that this structure contains information about is an experiment or a launch.
|
public void setArn(String arn)
The ARN of the experiment or launch.
arn
- The ARN of the experiment or launch.public String getArn()
The ARN of the experiment or launch.
public RefResource withArn(String arn)
The ARN of the experiment or launch.
arn
- The ARN of the experiment or launch.public void setEndTime(String endTime)
The day and time that this experiment or launch ended.
endTime
- The day and time that this experiment or launch ended.public String getEndTime()
The day and time that this experiment or launch ended.
public RefResource withEndTime(String endTime)
The day and time that this experiment or launch ended.
endTime
- The day and time that this experiment or launch ended.public void setLastUpdatedOn(String lastUpdatedOn)
The day and time that this experiment or launch was most recently updated.
lastUpdatedOn
- The day and time that this experiment or launch was most recently updated.public String getLastUpdatedOn()
The day and time that this experiment or launch was most recently updated.
public RefResource withLastUpdatedOn(String lastUpdatedOn)
The day and time that this experiment or launch was most recently updated.
lastUpdatedOn
- The day and time that this experiment or launch was most recently updated.public void setName(String name)
The name of the experiment or launch.
name
- The name of the experiment or launch.public String getName()
The name of the experiment or launch.
public RefResource withName(String name)
The name of the experiment or launch.
name
- The name of the experiment or launch.public void setStartTime(String startTime)
The day and time that this experiment or launch started.
startTime
- The day and time that this experiment or launch started.public String getStartTime()
The day and time that this experiment or launch started.
public RefResource withStartTime(String startTime)
The day and time that this experiment or launch started.
startTime
- The day and time that this experiment or launch started.public void setStatus(String status)
The status of the experiment or launch.
status
- The status of the experiment or launch.public String getStatus()
The status of the experiment or launch.
public RefResource withStatus(String status)
The status of the experiment or launch.
status
- The status of the experiment or launch.public void setType(String type)
Specifies whether the resource that this structure contains information about is an experiment or a launch.
type
- Specifies whether the resource that this structure contains information about is an experiment or a
launch.public String getType()
Specifies whether the resource that this structure contains information about is an experiment or a launch.
public RefResource withType(String type)
Specifies whether the resource that this structure contains information about is an experiment or a launch.
type
- Specifies whether the resource that this structure contains information about is an experiment or a
launch.public String toString()
toString
in class Object
Object.toString()
public RefResource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.