@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLocationSmbResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
DescribeLocationSmbResponse
Constructor and Description |
---|
DescribeLocationSmbResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLocationSmbResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAgentArns()
The Amazon Resource Name (ARN) of the source SMB file system location that is created.
|
Date |
getCreationTime()
The time that the SMB location was created.
|
String |
getDomain()
The name of the Windows domain that the SMB server belongs to.
|
String |
getLocationArn()
The Amazon Resource Name (ARN) of the SMB location that was described.
|
String |
getLocationUri()
The URL of the source SBM location that was described.
|
SmbMountOptions |
getMountOptions()
The mount options that are available for DataSync to use to access an SMB location.
|
String |
getUser()
The user who can mount the share, has the permissions to access files and folders in the SMB share.
|
int |
hashCode() |
void |
setAgentArns(Collection<String> agentArns)
The Amazon Resource Name (ARN) of the source SMB file system location that is created.
|
void |
setCreationTime(Date creationTime)
The time that the SMB location was created.
|
void |
setDomain(String domain)
The name of the Windows domain that the SMB server belongs to.
|
void |
setLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the SMB location that was described.
|
void |
setLocationUri(String locationUri)
The URL of the source SBM location that was described.
|
void |
setMountOptions(SmbMountOptions mountOptions)
The mount options that are available for DataSync to use to access an SMB location.
|
void |
setUser(String user)
The user who can mount the share, has the permissions to access files and folders in the SMB share.
|
String |
toString()
Returns a string representation of this object.
|
DescribeLocationSmbResult |
withAgentArns(Collection<String> agentArns)
The Amazon Resource Name (ARN) of the source SMB file system location that is created.
|
DescribeLocationSmbResult |
withAgentArns(String... agentArns)
The Amazon Resource Name (ARN) of the source SMB file system location that is created.
|
DescribeLocationSmbResult |
withCreationTime(Date creationTime)
The time that the SMB location was created.
|
DescribeLocationSmbResult |
withDomain(String domain)
The name of the Windows domain that the SMB server belongs to.
|
DescribeLocationSmbResult |
withLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the SMB location that was described.
|
DescribeLocationSmbResult |
withLocationUri(String locationUri)
The URL of the source SBM location that was described.
|
DescribeLocationSmbResult |
withMountOptions(SmbMountOptions mountOptions)
The mount options that are available for DataSync to use to access an SMB location.
|
DescribeLocationSmbResult |
withUser(String user)
The user who can mount the share, has the permissions to access files and folders in the SMB share.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the SMB location that was described.
locationArn
- The Amazon Resource Name (ARN) of the SMB location that was described.public String getLocationArn()
The Amazon Resource Name (ARN) of the SMB location that was described.
public DescribeLocationSmbResult withLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the SMB location that was described.
locationArn
- The Amazon Resource Name (ARN) of the SMB location that was described.public void setLocationUri(String locationUri)
The URL of the source SBM location that was described.
locationUri
- The URL of the source SBM location that was described.public String getLocationUri()
The URL of the source SBM location that was described.
public DescribeLocationSmbResult withLocationUri(String locationUri)
The URL of the source SBM location that was described.
locationUri
- The URL of the source SBM location that was described.public List<String> getAgentArns()
The Amazon Resource Name (ARN) of the source SMB file system location that is created.
public void setAgentArns(Collection<String> agentArns)
The Amazon Resource Name (ARN) of the source SMB file system location that is created.
agentArns
- The Amazon Resource Name (ARN) of the source SMB file system location that is created.public DescribeLocationSmbResult withAgentArns(String... agentArns)
The Amazon Resource Name (ARN) of the source SMB file system location that is created.
NOTE: This method appends the values to the existing list (if any). Use
setAgentArns(java.util.Collection)
or withAgentArns(java.util.Collection)
if you want to
override the existing values.
agentArns
- The Amazon Resource Name (ARN) of the source SMB file system location that is created.public DescribeLocationSmbResult withAgentArns(Collection<String> agentArns)
The Amazon Resource Name (ARN) of the source SMB file system location that is created.
agentArns
- The Amazon Resource Name (ARN) of the source SMB file system location that is created.public void setUser(String user)
The user who can mount the share, has the permissions to access files and folders in the SMB share.
user
- The user who can mount the share, has the permissions to access files and folders in the SMB share.public String getUser()
The user who can mount the share, has the permissions to access files and folders in the SMB share.
public DescribeLocationSmbResult withUser(String user)
The user who can mount the share, has the permissions to access files and folders in the SMB share.
user
- The user who can mount the share, has the permissions to access files and folders in the SMB share.public void setDomain(String domain)
The name of the Windows domain that the SMB server belongs to.
domain
- The name of the Windows domain that the SMB server belongs to.public String getDomain()
The name of the Windows domain that the SMB server belongs to.
public DescribeLocationSmbResult withDomain(String domain)
The name of the Windows domain that the SMB server belongs to.
domain
- The name of the Windows domain that the SMB server belongs to.public void setMountOptions(SmbMountOptions mountOptions)
The mount options that are available for DataSync to use to access an SMB location.
mountOptions
- The mount options that are available for DataSync to use to access an SMB location.public SmbMountOptions getMountOptions()
The mount options that are available for DataSync to use to access an SMB location.
public DescribeLocationSmbResult withMountOptions(SmbMountOptions mountOptions)
The mount options that are available for DataSync to use to access an SMB location.
mountOptions
- The mount options that are available for DataSync to use to access an SMB location.public void setCreationTime(Date creationTime)
The time that the SMB location was created.
creationTime
- The time that the SMB location was created.public Date getCreationTime()
The time that the SMB location was created.
public DescribeLocationSmbResult withCreationTime(Date creationTime)
The time that the SMB location was created.
creationTime
- The time that the SMB location was created.public String toString()
toString
in class Object
Object.toString()
public DescribeLocationSmbResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.