@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLocationHdfsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateLocationHdfsResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateLocationHdfsResult |
clone() |
boolean |
equals(Object obj) |
String |
getLocationArn()
The ARN of the source HDFS cluster location that's created.
|
int |
hashCode() |
void |
setLocationArn(String locationArn)
The ARN of the source HDFS cluster location that's created.
|
String |
toString()
Returns a string representation of this object.
|
CreateLocationHdfsResult |
withLocationArn(String locationArn)
The ARN of the source HDFS cluster location that's created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setLocationArn(String locationArn)
The ARN of the source HDFS cluster location that's created.
locationArn - The ARN of the source HDFS cluster location that's created.public String getLocationArn()
The ARN of the source HDFS cluster location that's created.
public CreateLocationHdfsResult withLocationArn(String locationArn)
The ARN of the source HDFS cluster location that's created.
locationArn - The ARN of the source HDFS cluster location that's created.public String toString()
toString in class ObjectObject.toString()public CreateLocationHdfsResult clone()