@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLocationFsxWindowsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateLocationFsxWindowsResult() |
Modifier and Type | Method and Description |
---|---|
CreateLocationFsxWindowsResult |
clone() |
boolean |
equals(Object obj) |
String |
getLocationArn()
The Amazon Resource Name (ARN) of the FSx for Windows File Server file system location you created.
|
int |
hashCode() |
void |
setLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the FSx for Windows File Server file system location you created.
|
String |
toString()
Returns a string representation of this object.
|
CreateLocationFsxWindowsResult |
withLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the FSx for Windows File Server file system location you created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the FSx for Windows File Server file system location you created.
locationArn
- The Amazon Resource Name (ARN) of the FSx for Windows File Server file system location you created.public String getLocationArn()
The Amazon Resource Name (ARN) of the FSx for Windows File Server file system location you created.
public CreateLocationFsxWindowsResult withLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the FSx for Windows File Server file system location you created.
locationArn
- The Amazon Resource Name (ARN) of the FSx for Windows File Server file system location you created.public String toString()
toString
in class Object
Object.toString()
public CreateLocationFsxWindowsResult clone()