@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 ARNs of the DataSync agents that can connect with your SMB file server.
|
Date |
getCreationTime()
The time that the SMB location was created.
|
String |
getDomain()
The name of the Microsoft Active Directory domain that the SMB file server belongs to.
|
String |
getLocationArn()
The ARN of the SMB location.
|
String |
getLocationUri()
The URI of the SMB location.
|
SmbMountOptions |
getMountOptions()
The protocol that DataSync use to access your SMB file.
|
String |
getUser()
The user that can mount and access the files, folders, and file metadata in your SMB file server.
|
int |
hashCode() |
void |
setAgentArns(Collection<String> agentArns)
The ARNs of the DataSync agents that can connect with your SMB file server.
|
void |
setCreationTime(Date creationTime)
The time that the SMB location was created.
|
void |
setDomain(String domain)
The name of the Microsoft Active Directory domain that the SMB file server belongs to.
|
void |
setLocationArn(String locationArn)
The ARN of the SMB location.
|
void |
setLocationUri(String locationUri)
The URI of the SMB location.
|
void |
setMountOptions(SmbMountOptions mountOptions)
The protocol that DataSync use to access your SMB file.
|
void |
setUser(String user)
The user that can mount and access the files, folders, and file metadata in your SMB file server.
|
String |
toString()
Returns a string representation of this object.
|
DescribeLocationSmbResult |
withAgentArns(Collection<String> agentArns)
The ARNs of the DataSync agents that can connect with your SMB file server.
|
DescribeLocationSmbResult |
withAgentArns(String... agentArns)
The ARNs of the DataSync agents that can connect with your SMB file server.
|
DescribeLocationSmbResult |
withCreationTime(Date creationTime)
The time that the SMB location was created.
|
DescribeLocationSmbResult |
withDomain(String domain)
The name of the Microsoft Active Directory domain that the SMB file server belongs to.
|
DescribeLocationSmbResult |
withLocationArn(String locationArn)
The ARN of the SMB location.
|
DescribeLocationSmbResult |
withLocationUri(String locationUri)
The URI of the SMB location.
|
DescribeLocationSmbResult |
withMountOptions(SmbMountOptions mountOptions)
The protocol that DataSync use to access your SMB file.
|
DescribeLocationSmbResult |
withUser(String user)
The user that can mount and access the files, folders, and file metadata in your SMB file server.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLocationArn(String locationArn)
The ARN of the SMB location.
locationArn
- The ARN of the SMB location.public String getLocationArn()
The ARN of the SMB location.
public DescribeLocationSmbResult withLocationArn(String locationArn)
The ARN of the SMB location.
locationArn
- The ARN of the SMB location.public void setLocationUri(String locationUri)
The URI of the SMB location.
locationUri
- The URI of the SMB location.public String getLocationUri()
The URI of the SMB location.
public DescribeLocationSmbResult withLocationUri(String locationUri)
The URI of the SMB location.
locationUri
- The URI of the SMB location.public List<String> getAgentArns()
The ARNs of the DataSync agents that can connect with your SMB file server.
public void setAgentArns(Collection<String> agentArns)
The ARNs of the DataSync agents that can connect with your SMB file server.
agentArns
- The ARNs of the DataSync agents that can connect with your SMB file server.public DescribeLocationSmbResult withAgentArns(String... agentArns)
The ARNs of the DataSync agents that can connect with your SMB file server.
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 ARNs of the DataSync agents that can connect with your SMB file server.public DescribeLocationSmbResult withAgentArns(Collection<String> agentArns)
The ARNs of the DataSync agents that can connect with your SMB file server.
agentArns
- The ARNs of the DataSync agents that can connect with your SMB file server.public void setUser(String user)
The user that can mount and access the files, folders, and file metadata in your SMB file server.
user
- The user that can mount and access the files, folders, and file metadata in your SMB file server.public String getUser()
The user that can mount and access the files, folders, and file metadata in your SMB file server.
public DescribeLocationSmbResult withUser(String user)
The user that can mount and access the files, folders, and file metadata in your SMB file server.
user
- The user that can mount and access the files, folders, and file metadata in your SMB file server.public void setDomain(String domain)
The name of the Microsoft Active Directory domain that the SMB file server belongs to.
domain
- The name of the Microsoft Active Directory domain that the SMB file server belongs to.public String getDomain()
The name of the Microsoft Active Directory domain that the SMB file server belongs to.
public DescribeLocationSmbResult withDomain(String domain)
The name of the Microsoft Active Directory domain that the SMB file server belongs to.
domain
- The name of the Microsoft Active Directory domain that the SMB file server belongs to.public void setMountOptions(SmbMountOptions mountOptions)
The protocol that DataSync use to access your SMB file.
mountOptions
- The protocol that DataSync use to access your SMB file.public SmbMountOptions getMountOptions()
The protocol that DataSync use to access your SMB file.
public DescribeLocationSmbResult withMountOptions(SmbMountOptions mountOptions)
The protocol that DataSync use to access your SMB file.
mountOptions
- The protocol that DataSync use to access your SMB file.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()