@Deprecated @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFleetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateFleetResult()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CreateFleetResult |
addTagsEntry(String key,
String value)
Deprecated.
Add a single Tags entry
|
CreateFleetResult |
clearTagsEntries()
Deprecated.
Removes all the entries added into Tags.
|
CreateFleetResult |
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 |
getName()
Deprecated.
The name of the fleet.
|
Map<String,String> |
getTags()
Deprecated.
The list of all tags added to the 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 |
setName(String name)
Deprecated.
The name of the fleet.
|
void |
setTags(Map<String,String> tags)
Deprecated.
The list of all tags added to the fleet.
|
String |
toString()
Deprecated.
Returns a string representation of this object.
|
CreateFleetResult |
withArn(String arn)
Deprecated.
The Amazon Resource Name (ARN) of the fleet.
|
CreateFleetResult |
withCreatedAt(Date createdAt)
Deprecated.
The time, in milliseconds since the epoch, when the fleet was created.
|
CreateFleetResult |
withName(String name)
Deprecated.
The name of the fleet.
|
CreateFleetResult |
withTags(Map<String,String> tags)
Deprecated.
The list of all tags added to the fleet.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 CreateFleetResult withArn(String arn)
The Amazon Resource Name (ARN) of the fleet.
arn
- The Amazon Resource Name (ARN) of the fleet.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 CreateFleetResult withName(String name)
The name of the fleet.
name
- The name of the fleet.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 CreateFleetResult 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 Map<String,String> getTags()
The list of all tags added to the fleet.
public void setTags(Map<String,String> tags)
The list of all tags added to the fleet.
tags
- The list of all tags added to the fleet.public CreateFleetResult withTags(Map<String,String> tags)
The list of all tags added to the fleet.
tags
- The list of all tags added to the fleet.public CreateFleetResult addTagsEntry(String key, String value)
public CreateFleetResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateFleetResult clone()