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