@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetModelManifestResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetModelManifestResult() |
Modifier and Type | Method and Description |
---|---|
GetModelManifestResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the vehicle model.
|
Date |
getCreationTime()
The time the vehicle model was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
|
String |
getDescription()
A brief description of the vehicle model.
|
Date |
getLastModificationTime()
The last time the vehicle model was modified.
|
String |
getName()
The name of the vehicle model.
|
String |
getSignalCatalogArn()
The ARN of the signal catalog associated with the vehicle model.
|
String |
getStatus()
The state of the vehicle model.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the vehicle model.
|
void |
setCreationTime(Date creationTime)
The time the vehicle model was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
|
void |
setDescription(String description)
A brief description of the vehicle model.
|
void |
setLastModificationTime(Date lastModificationTime)
The last time the vehicle model was modified.
|
void |
setName(String name)
The name of the vehicle model.
|
void |
setSignalCatalogArn(String signalCatalogArn)
The ARN of the signal catalog associated with the vehicle model.
|
void |
setStatus(String status)
The state of the vehicle model.
|
String |
toString()
Returns a string representation of this object.
|
GetModelManifestResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the vehicle model.
|
GetModelManifestResult |
withCreationTime(Date creationTime)
The time the vehicle model was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
|
GetModelManifestResult |
withDescription(String description)
A brief description of the vehicle model.
|
GetModelManifestResult |
withLastModificationTime(Date lastModificationTime)
The last time the vehicle model was modified.
|
GetModelManifestResult |
withName(String name)
The name of the vehicle model.
|
GetModelManifestResult |
withSignalCatalogArn(String signalCatalogArn)
The ARN of the signal catalog associated with the vehicle model.
|
GetModelManifestResult |
withStatus(ManifestStatus status)
The state of the vehicle model.
|
GetModelManifestResult |
withStatus(String status)
The state of the vehicle model.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setName(String name)
The name of the vehicle model.
name
- The name of the vehicle model.public String getName()
The name of the vehicle model.
public GetModelManifestResult withName(String name)
The name of the vehicle model.
name
- The name of the vehicle model.public void setArn(String arn)
The Amazon Resource Name (ARN) of the vehicle model.
arn
- The Amazon Resource Name (ARN) of the vehicle model.public String getArn()
The Amazon Resource Name (ARN) of the vehicle model.
public GetModelManifestResult withArn(String arn)
The Amazon Resource Name (ARN) of the vehicle model.
arn
- The Amazon Resource Name (ARN) of the vehicle model.public void setDescription(String description)
A brief description of the vehicle model.
description
- A brief description of the vehicle model.public String getDescription()
A brief description of the vehicle model.
public GetModelManifestResult withDescription(String description)
A brief description of the vehicle model.
description
- A brief description of the vehicle model.public void setSignalCatalogArn(String signalCatalogArn)
The ARN of the signal catalog associated with the vehicle model.
signalCatalogArn
- The ARN of the signal catalog associated with the vehicle model.public String getSignalCatalogArn()
The ARN of the signal catalog associated with the vehicle model.
public GetModelManifestResult withSignalCatalogArn(String signalCatalogArn)
The ARN of the signal catalog associated with the vehicle model.
signalCatalogArn
- The ARN of the signal catalog associated with the vehicle model.public void setStatus(String status)
The state of the vehicle model. If the status is ACTIVE
, the vehicle model can't be edited. You can
edit the vehicle model if the status is marked DRAFT
.
status
- The state of the vehicle model. If the status is ACTIVE
, the vehicle model can't be edited.
You can edit the vehicle model if the status is marked DRAFT
.ManifestStatus
public String getStatus()
The state of the vehicle model. If the status is ACTIVE
, the vehicle model can't be edited. You can
edit the vehicle model if the status is marked DRAFT
.
ACTIVE
, the vehicle model can't be edited.
You can edit the vehicle model if the status is marked DRAFT
.ManifestStatus
public GetModelManifestResult withStatus(String status)
The state of the vehicle model. If the status is ACTIVE
, the vehicle model can't be edited. You can
edit the vehicle model if the status is marked DRAFT
.
status
- The state of the vehicle model. If the status is ACTIVE
, the vehicle model can't be edited.
You can edit the vehicle model if the status is marked DRAFT
.ManifestStatus
public GetModelManifestResult withStatus(ManifestStatus status)
The state of the vehicle model. If the status is ACTIVE
, the vehicle model can't be edited. You can
edit the vehicle model if the status is marked DRAFT
.
status
- The state of the vehicle model. If the status is ACTIVE
, the vehicle model can't be edited.
You can edit the vehicle model if the status is marked DRAFT
.ManifestStatus
public void setCreationTime(Date creationTime)
The time the vehicle model was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
creationTime
- The time the vehicle model was created, in seconds since epoch (January 1, 1970 at midnight UTC time).public Date getCreationTime()
The time the vehicle model was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
public GetModelManifestResult withCreationTime(Date creationTime)
The time the vehicle model was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
creationTime
- The time the vehicle model was created, in seconds since epoch (January 1, 1970 at midnight UTC time).public void setLastModificationTime(Date lastModificationTime)
The last time the vehicle model was modified.
lastModificationTime
- The last time the vehicle model was modified.public Date getLastModificationTime()
The last time the vehicle model was modified.
public GetModelManifestResult withLastModificationTime(Date lastModificationTime)
The last time the vehicle model was modified.
lastModificationTime
- The last time the vehicle model was modified.public String toString()
toString
in class Object
Object.toString()
public GetModelManifestResult clone()