@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLocationEfsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
CreateLocationEfs
| Constructor and Description |
|---|
CreateLocationEfsResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateLocationEfsResult |
clone() |
boolean |
equals(Object obj) |
String |
getLocationArn()
The Amazon Resource Name (ARN) of the Amazon EFS file system location that is created.
|
int |
hashCode() |
void |
setLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the Amazon EFS file system location that is created.
|
String |
toString()
Returns a string representation of this object.
|
CreateLocationEfsResult |
withLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the Amazon EFS file system location that is created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the Amazon EFS file system location that is created.
locationArn - The Amazon Resource Name (ARN) of the Amazon EFS file system location that is created.public String getLocationArn()
The Amazon Resource Name (ARN) of the Amazon EFS file system location that is created.
public CreateLocationEfsResult withLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the Amazon EFS file system location that is created.
locationArn - The Amazon Resource Name (ARN) of the Amazon EFS file system location that is created.public String toString()
toString in class ObjectObject.toString()public CreateLocationEfsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.