@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)
Marshalls this structured data using the given
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.DiscoveryJobStatus
public String getStatus()
The status of a discovery job. For more information, see Discovery job statuses.
DiscoveryJobStatus
public 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.DiscoveryJobStatus
public 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.DiscoveryJobStatus
public String toString()
toString
in class Object
Object.toString()
public DiscoveryJobListEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.