@Deprecated @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFleetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeFleetResult()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DescribeFleetResult |
addTagsEntry(String key,
String value)
Deprecated.
Add a single Tags entry
|
DescribeFleetResult |
clearTagsEntries()
Deprecated.
Removes all the entries added into Tags.
|
DescribeFleetResult |
clone()
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
String |
getArn()
Deprecated.
The Amazon Resource Name (ARN) of the fleet.
|
Date |
getCreatedAt()
Deprecated.
The time, in milliseconds since the epoch, when the fleet was created.
|
String |
getLastDeploymentJob()
Deprecated.
The Amazon Resource Name (ARN) of the last deployment job.
|
String |
getLastDeploymentStatus()
Deprecated.
The status of the last deployment.
|
Date |
getLastDeploymentTime()
Deprecated.
The time of the last deployment.
|
String |
getName()
Deprecated.
The name of the fleet.
|
List<Robot> |
getRobots()
Deprecated.
A list of robots.
|
Map<String,String> |
getTags()
Deprecated.
The list of all tags added to the specified fleet.
|
int |
hashCode()
Deprecated.
|
void |
setArn(String arn)
Deprecated.
The Amazon Resource Name (ARN) of the fleet.
|
void |
setCreatedAt(Date createdAt)
Deprecated.
The time, in milliseconds since the epoch, when the fleet was created.
|
void |
setLastDeploymentJob(String lastDeploymentJob)
Deprecated.
The Amazon Resource Name (ARN) of the last deployment job.
|
void |
setLastDeploymentStatus(String lastDeploymentStatus)
Deprecated.
The status of the last deployment.
|
void |
setLastDeploymentTime(Date lastDeploymentTime)
Deprecated.
The time of the last deployment.
|
void |
setName(String name)
Deprecated.
The name of the fleet.
|
void |
setRobots(Collection<Robot> robots)
Deprecated.
A list of robots.
|
void |
setTags(Map<String,String> tags)
Deprecated.
The list of all tags added to the specified fleet.
|
String |
toString()
Deprecated.
Returns a string representation of this object.
|
DescribeFleetResult |
withArn(String arn)
Deprecated.
The Amazon Resource Name (ARN) of the fleet.
|
DescribeFleetResult |
withCreatedAt(Date createdAt)
Deprecated.
The time, in milliseconds since the epoch, when the fleet was created.
|
DescribeFleetResult |
withLastDeploymentJob(String lastDeploymentJob)
Deprecated.
The Amazon Resource Name (ARN) of the last deployment job.
|
DescribeFleetResult |
withLastDeploymentStatus(DeploymentStatus lastDeploymentStatus)
Deprecated.
The status of the last deployment.
|
DescribeFleetResult |
withLastDeploymentStatus(String lastDeploymentStatus)
Deprecated.
The status of the last deployment.
|
DescribeFleetResult |
withLastDeploymentTime(Date lastDeploymentTime)
Deprecated.
The time of the last deployment.
|
DescribeFleetResult |
withName(String name)
Deprecated.
The name of the fleet.
|
DescribeFleetResult |
withRobots(Collection<Robot> robots)
Deprecated.
A list of robots.
|
DescribeFleetResult |
withRobots(Robot... robots)
Deprecated.
A list of robots.
|
DescribeFleetResult |
withTags(Map<String,String> tags)
Deprecated.
The list of all tags added to the specified fleet.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setName(String name)
The name of the fleet.
name
- The name of the fleet.public String getName()
The name of the fleet.
public DescribeFleetResult withName(String name)
The name of the fleet.
name
- The name of the fleet.public void setArn(String arn)
The Amazon Resource Name (ARN) of the fleet.
arn
- The Amazon Resource Name (ARN) of the fleet.public String getArn()
The Amazon Resource Name (ARN) of the fleet.
public DescribeFleetResult withArn(String arn)
The Amazon Resource Name (ARN) of the fleet.
arn
- The Amazon Resource Name (ARN) of the fleet.public void setRobots(Collection<Robot> robots)
A list of robots.
robots
- A list of robots.public DescribeFleetResult withRobots(Robot... robots)
A list of robots.
NOTE: This method appends the values to the existing list (if any). Use
setRobots(java.util.Collection)
or withRobots(java.util.Collection)
if you want to override the
existing values.
robots
- A list of robots.public DescribeFleetResult withRobots(Collection<Robot> robots)
A list of robots.
robots
- A list of robots.public void setCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the fleet was created.
createdAt
- The time, in milliseconds since the epoch, when the fleet was created.public Date getCreatedAt()
The time, in milliseconds since the epoch, when the fleet was created.
public DescribeFleetResult withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the fleet was created.
createdAt
- The time, in milliseconds since the epoch, when the fleet was created.public void setLastDeploymentStatus(String lastDeploymentStatus)
The status of the last deployment.
lastDeploymentStatus
- The status of the last deployment.DeploymentStatus
public String getLastDeploymentStatus()
The status of the last deployment.
DeploymentStatus
public DescribeFleetResult withLastDeploymentStatus(String lastDeploymentStatus)
The status of the last deployment.
lastDeploymentStatus
- The status of the last deployment.DeploymentStatus
public DescribeFleetResult withLastDeploymentStatus(DeploymentStatus lastDeploymentStatus)
The status of the last deployment.
lastDeploymentStatus
- The status of the last deployment.DeploymentStatus
public void setLastDeploymentJob(String lastDeploymentJob)
The Amazon Resource Name (ARN) of the last deployment job.
lastDeploymentJob
- The Amazon Resource Name (ARN) of the last deployment job.public String getLastDeploymentJob()
The Amazon Resource Name (ARN) of the last deployment job.
public DescribeFleetResult withLastDeploymentJob(String lastDeploymentJob)
The Amazon Resource Name (ARN) of the last deployment job.
lastDeploymentJob
- The Amazon Resource Name (ARN) of the last deployment job.public void setLastDeploymentTime(Date lastDeploymentTime)
The time of the last deployment.
lastDeploymentTime
- The time of the last deployment.public Date getLastDeploymentTime()
The time of the last deployment.
public DescribeFleetResult withLastDeploymentTime(Date lastDeploymentTime)
The time of the last deployment.
lastDeploymentTime
- The time of the last deployment.public Map<String,String> getTags()
The list of all tags added to the specified fleet.
public void setTags(Map<String,String> tags)
The list of all tags added to the specified fleet.
tags
- The list of all tags added to the specified fleet.public DescribeFleetResult withTags(Map<String,String> tags)
The list of all tags added to the specified fleet.
tags
- The list of all tags added to the specified fleet.public DescribeFleetResult addTagsEntry(String key, String value)
public DescribeFleetResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public DescribeFleetResult clone()