@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartDiscoveryJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartDiscoveryJobResult() |
Modifier and Type | Method and Description |
---|---|
StartDiscoveryJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getDiscoveryJobArn()
The ARN of the discovery job that you started.
|
int |
hashCode() |
void |
setDiscoveryJobArn(String discoveryJobArn)
The ARN of the discovery job that you started.
|
String |
toString()
Returns a string representation of this object.
|
StartDiscoveryJobResult |
withDiscoveryJobArn(String discoveryJobArn)
The ARN of the discovery job that you started.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDiscoveryJobArn(String discoveryJobArn)
The ARN of the discovery job that you started.
discoveryJobArn
- The ARN of the discovery job that you started.public String getDiscoveryJobArn()
The ARN of the discovery job that you started.
public StartDiscoveryJobResult withDiscoveryJobArn(String discoveryJobArn)
The ARN of the discovery job that you started.
discoveryJobArn
- The ARN of the discovery job that you started.public String toString()
toString
in class Object
Object.toString()
public StartDiscoveryJobResult clone()