@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateNFSFileShareResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
UpdateNFSFileShareOutput
Constructor and Description |
---|
UpdateNFSFileShareResult() |
Modifier and Type | Method and Description |
---|---|
UpdateNFSFileShareResult |
clone() |
boolean |
equals(Object obj) |
String |
getFileShareARN()
The Amazon Resource Name (ARN) of the updated file share.
|
int |
hashCode() |
void |
setFileShareARN(String fileShareARN)
The Amazon Resource Name (ARN) of the updated file share.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateNFSFileShareResult |
withFileShareARN(String fileShareARN)
The Amazon Resource Name (ARN) of the updated file share.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFileShareARN(String fileShareARN)
The Amazon Resource Name (ARN) of the updated file share.
fileShareARN
- The Amazon Resource Name (ARN) of the updated file share.public String getFileShareARN()
The Amazon Resource Name (ARN) of the updated file share.
public UpdateNFSFileShareResult withFileShareARN(String fileShareARN)
The Amazon Resource Name (ARN) of the updated file share.
fileShareARN
- The Amazon Resource Name (ARN) of the updated file share.public String toString()
toString
in class Object
Object.toString()
public UpdateNFSFileShareResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.