@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSMBFileShareResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
CreateSMBFileShareOutput
| Constructor and Description |
|---|
CreateSMBFileShareResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateSMBFileShareResult |
clone() |
boolean |
equals(Object obj) |
String |
getFileShareARN()
The Amazon Resource Name (ARN) of the newly created file share.
|
int |
hashCode() |
void |
setFileShareARN(String fileShareARN)
The Amazon Resource Name (ARN) of the newly created file share.
|
String |
toString()
Returns a string representation of this object.
|
CreateSMBFileShareResult |
withFileShareARN(String fileShareARN)
The Amazon Resource Name (ARN) of the newly created file share.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setFileShareARN(String fileShareARN)
The Amazon Resource Name (ARN) of the newly created file share.
fileShareARN - The Amazon Resource Name (ARN) of the newly created file share.public String getFileShareARN()
The Amazon Resource Name (ARN) of the newly created file share.
public CreateSMBFileShareResult withFileShareARN(String fileShareARN)
The Amazon Resource Name (ARN) of the newly created file share.
fileShareARN - The Amazon Resource Name (ARN) of the newly created file share.public String toString()
toString in class ObjectObject.toString()public CreateSMBFileShareResult clone()