@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DiscoveryJobListEntry extends Object implements Serializable, Cloneable, StructuredPojo
The details about a specific DataSync discovery job.
| Constructor and Description |
|---|
DiscoveryJobListEntry() |
| Modifier and Type | Method and Description |
|---|---|
DiscoveryJobListEntry |
clone() |
boolean |
equals(Object obj) |
String |
getDiscoveryJobArn()
The Amazon Resource Name (ARN) of a discovery job.
|
String |
getStatus()
The status of a discovery job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDiscoveryJobArn(String discoveryJobArn)
The Amazon Resource Name (ARN) of a discovery job.
|
void |
setStatus(String status)
The status of a discovery job.
|
String |
toString()
Returns a string representation of this object.
|
DiscoveryJobListEntry |
withDiscoveryJobArn(String discoveryJobArn)
The Amazon Resource Name (ARN) of a discovery job.
|
DiscoveryJobListEntry |
withStatus(DiscoveryJobStatus status)
The status of a discovery job.
|
DiscoveryJobListEntry |
withStatus(String status)
The status of a discovery job.
|
public void setDiscoveryJobArn(String discoveryJobArn)
The Amazon Resource Name (ARN) of a discovery job.
discoveryJobArn - The Amazon Resource Name (ARN) of a discovery job.public String getDiscoveryJobArn()
The Amazon Resource Name (ARN) of a discovery job.
public DiscoveryJobListEntry withDiscoveryJobArn(String discoveryJobArn)
The Amazon Resource Name (ARN) of a discovery job.
discoveryJobArn - The Amazon Resource Name (ARN) of a discovery job.public void setStatus(String status)
The status of a discovery job. For more information, see Discovery job statuses.
status - The status of a discovery job. For more information, see Discovery job statuses.DiscoveryJobStatuspublic String getStatus()
The status of a discovery job. For more information, see Discovery job statuses.
DiscoveryJobStatuspublic DiscoveryJobListEntry withStatus(String status)
The status of a discovery job. For more information, see Discovery job statuses.
status - The status of a discovery job. For more information, see Discovery job statuses.DiscoveryJobStatuspublic DiscoveryJobListEntry withStatus(DiscoveryJobStatus status)
The status of a discovery job. For more information, see Discovery job statuses.
status - The status of a discovery job. For more information, see Discovery job statuses.DiscoveryJobStatuspublic String toString()
toString in class ObjectObject.toString()public DiscoveryJobListEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.