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