@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DecoderManifestSummary extends Object implements Serializable, Cloneable, StructuredPojo
Information about a created decoder manifest. You can use the API operation to return this information about multiple decoder manifests.
Constructor and Description |
---|
DecoderManifestSummary() |
Modifier and Type | Method and Description |
---|---|
DecoderManifestSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of a vehicle model (model manifest) associated with 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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The ARN of a vehicle model (model manifest) associated with 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.
|
DecoderManifestSummary |
withArn(String arn)
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
|
DecoderManifestSummary |
withCreationTime(Date creationTime)
The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).
|
DecoderManifestSummary |
withDescription(String description)
A brief description of the decoder manifest.
|
DecoderManifestSummary |
withLastModificationTime(Date lastModificationTime)
The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
|
DecoderManifestSummary |
withMessage(String message)
The detailed message for the decoder manifest.
|
DecoderManifestSummary |
withModelManifestArn(String modelManifestArn)
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
|
DecoderManifestSummary |
withName(String name)
The name of the decoder manifest.
|
DecoderManifestSummary |
withStatus(ManifestStatus status)
The state of the decoder manifest.
|
DecoderManifestSummary |
withStatus(String status)
The state of the decoder manifest.
|
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 DecoderManifestSummary withName(String name)
The name of the decoder manifest.
name
- The name of the decoder manifest.public void setArn(String arn)
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
arn
- The ARN of a vehicle model (model manifest) associated with the decoder manifest.public String getArn()
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
public DecoderManifestSummary withArn(String arn)
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
arn
- The ARN of a vehicle model (model manifest) associated with 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 DecoderManifestSummary 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 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 DecoderManifestSummary withDescription(String description)
A brief description of the decoder manifest.
description
- A brief description of 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 DecoderManifestSummary 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 DecoderManifestSummary 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 DecoderManifestSummary 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 DecoderManifestSummary 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 DecoderManifestSummary 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 DecoderManifestSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.