@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDecoderManifestResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDecoderManifestResult() |
Modifier and Type | Method and Description |
---|---|
GetDecoderManifestResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the decoder manifest.
|
Date |
getCreationTime()
The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).
|
String |
getDescription()
A brief description of the decoder manifest.
|
Date |
getLastModificationTime()
The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
|
String |
getMessage()
The detailed message for the decoder manifest.
|
String |
getModelManifestArn()
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
|
String |
getName()
The name of the decoder manifest.
|
String |
getStatus()
The state of the decoder manifest.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the decoder manifest.
|
void |
setCreationTime(Date creationTime)
The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).
|
void |
setDescription(String description)
A brief description of the decoder manifest.
|
void |
setLastModificationTime(Date lastModificationTime)
The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
|
void |
setMessage(String message)
The detailed message for the decoder manifest.
|
void |
setModelManifestArn(String modelManifestArn)
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
|
void |
setName(String name)
The name of the decoder manifest.
|
void |
setStatus(String status)
The state of the decoder manifest.
|
String |
toString()
Returns a string representation of this object.
|
GetDecoderManifestResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the decoder manifest.
|
GetDecoderManifestResult |
withCreationTime(Date creationTime)
The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).
|
GetDecoderManifestResult |
withDescription(String description)
A brief description of the decoder manifest.
|
GetDecoderManifestResult |
withLastModificationTime(Date lastModificationTime)
The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
|
GetDecoderManifestResult |
withMessage(String message)
The detailed message for the decoder manifest.
|
GetDecoderManifestResult |
withModelManifestArn(String modelManifestArn)
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
|
GetDecoderManifestResult |
withName(String name)
The name of the decoder manifest.
|
GetDecoderManifestResult |
withStatus(ManifestStatus status)
The state of the decoder manifest.
|
GetDecoderManifestResult |
withStatus(String status)
The state of the decoder manifest.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setName(String name)
The name of the decoder manifest.
name
- The name of the decoder manifest.public String getName()
The name of the decoder manifest.
public GetDecoderManifestResult withName(String name)
The name of the decoder manifest.
name
- The name of the decoder manifest.public void setArn(String arn)
The Amazon Resource Name (ARN) of the decoder manifest.
arn
- The Amazon Resource Name (ARN) of the decoder manifest.public String getArn()
The Amazon Resource Name (ARN) of the decoder manifest.
public GetDecoderManifestResult withArn(String arn)
The Amazon Resource Name (ARN) of the decoder manifest.
arn
- The Amazon Resource Name (ARN) of the decoder manifest.public void setDescription(String description)
A brief description of the decoder manifest.
description
- A brief description of the decoder manifest.public String getDescription()
A brief description of the decoder manifest.
public GetDecoderManifestResult withDescription(String description)
A brief description of the decoder manifest.
description
- A brief description of the decoder manifest.public void setModelManifestArn(String modelManifestArn)
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
modelManifestArn
- The ARN of a vehicle model (model manifest) associated with the decoder manifest.public String getModelManifestArn()
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
public GetDecoderManifestResult withModelManifestArn(String modelManifestArn)
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
modelManifestArn
- The ARN of a vehicle model (model manifest) associated with the decoder manifest.public void setStatus(String status)
The state of the decoder manifest. If the status is ACTIVE
, the decoder manifest can't be edited. If
the status is marked DRAFT
, you can edit the decoder manifest.
status
- The state of the decoder manifest. If the status is ACTIVE
, the decoder manifest can't be
edited. If the status is marked DRAFT
, you can edit the decoder manifest.ManifestStatus
public String getStatus()
The state of the decoder manifest. If the status is ACTIVE
, the decoder manifest can't be edited. If
the status is marked DRAFT
, you can edit the decoder manifest.
ACTIVE
, the decoder manifest can't be
edited. If the status is marked DRAFT
, you can edit the decoder manifest.ManifestStatus
public GetDecoderManifestResult withStatus(String status)
The state of the decoder manifest. If the status is ACTIVE
, the decoder manifest can't be edited. If
the status is marked DRAFT
, you can edit the decoder manifest.
status
- The state of the decoder manifest. If the status is ACTIVE
, the decoder manifest can't be
edited. If the status is marked DRAFT
, you can edit the decoder manifest.ManifestStatus
public GetDecoderManifestResult withStatus(ManifestStatus status)
The state of the decoder manifest. If the status is ACTIVE
, the decoder manifest can't be edited. If
the status is marked DRAFT
, you can edit the decoder manifest.
status
- The state of the decoder manifest. If the status is ACTIVE
, the decoder manifest can't be
edited. If the status is marked DRAFT
, you can edit the decoder manifest.ManifestStatus
public void setCreationTime(Date creationTime)
The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).
creationTime
- The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).public Date getCreationTime()
The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).
public GetDecoderManifestResult withCreationTime(Date creationTime)
The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).
creationTime
- The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).public void setLastModificationTime(Date lastModificationTime)
The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
lastModificationTime
- The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC
time).public Date getLastModificationTime()
The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
public GetDecoderManifestResult withLastModificationTime(Date lastModificationTime)
The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
lastModificationTime
- The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC
time).public void setMessage(String message)
The detailed message for the decoder manifest. When a decoder manifest is in an INVALID
status, the
message contains detailed reason and help information.
message
- The detailed message for the decoder manifest. When a decoder manifest is in an INVALID
status, the message contains detailed reason and help information.public String getMessage()
The detailed message for the decoder manifest. When a decoder manifest is in an INVALID
status, the
message contains detailed reason and help information.
INVALID
status, the message contains detailed reason and help information.public GetDecoderManifestResult withMessage(String message)
The detailed message for the decoder manifest. When a decoder manifest is in an INVALID
status, the
message contains detailed reason and help information.
message
- The detailed message for the decoder manifest. When a decoder manifest is in an INVALID
status, the message contains detailed reason and help information.public String toString()
toString
in class Object
Object.toString()
public GetDecoderManifestResult clone()