@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.
|
UpdateNFSFileShareResult |
withFileShareARN(String fileShareARN)
The Amazon Resource Name (ARN) of the updated file share.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public UpdateNFSFileShareResult clone()