@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLocationFsxWindowsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeLocationFsxWindowsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLocationFsxWindowsResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The time that the FSx for Windows File Server location was created.
|
String |
getDomain()
The name of the Windows domain that the FSx for Windows File Server belongs to.
|
String |
getLocationArn()
The Amazon Resource Name (ARN) of the FSx for Windows File Server location that was described.
|
String |
getLocationUri()
The URL of the FSx for Windows File Server location that was described.
|
List<String> |
getSecurityGroupArns()
The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows File Server
file system.
|
String |
getUser()
The user who has the permissions to access files and folders in the FSx for Windows File Server file system.
|
int |
hashCode() |
void |
setCreationTime(Date creationTime)
The time that the FSx for Windows File Server location was created.
|
void |
setDomain(String domain)
The name of the Windows domain that the FSx for Windows File Server belongs to.
|
void |
setLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the FSx for Windows File Server location that was described.
|
void |
setLocationUri(String locationUri)
The URL of the FSx for Windows File Server location that was described.
|
void |
setSecurityGroupArns(Collection<String> securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows File Server
file system.
|
void |
setUser(String user)
The user who has the permissions to access files and folders in the FSx for Windows File Server file system.
|
String |
toString()
Returns a string representation of this object.
|
DescribeLocationFsxWindowsResult |
withCreationTime(Date creationTime)
The time that the FSx for Windows File Server location was created.
|
DescribeLocationFsxWindowsResult |
withDomain(String domain)
The name of the Windows domain that the FSx for Windows File Server belongs to.
|
DescribeLocationFsxWindowsResult |
withLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the FSx for Windows File Server location that was described.
|
DescribeLocationFsxWindowsResult |
withLocationUri(String locationUri)
The URL of the FSx for Windows File Server location that was described.
|
DescribeLocationFsxWindowsResult |
withSecurityGroupArns(Collection<String> securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows File Server
file system.
|
DescribeLocationFsxWindowsResult |
withSecurityGroupArns(String... securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows File Server
file system.
|
DescribeLocationFsxWindowsResult |
withUser(String user)
The user who has the permissions to access files and folders in the FSx for Windows File Server file system.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the FSx for Windows File Server location that was described.
locationArn
- The Amazon Resource Name (ARN) of the FSx for Windows File Server location that was described.public String getLocationArn()
The Amazon Resource Name (ARN) of the FSx for Windows File Server location that was described.
public DescribeLocationFsxWindowsResult withLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the FSx for Windows File Server location that was described.
locationArn
- The Amazon Resource Name (ARN) of the FSx for Windows File Server location that was described.public void setLocationUri(String locationUri)
The URL of the FSx for Windows File Server location that was described.
locationUri
- The URL of the FSx for Windows File Server location that was described.public String getLocationUri()
The URL of the FSx for Windows File Server location that was described.
public DescribeLocationFsxWindowsResult withLocationUri(String locationUri)
The URL of the FSx for Windows File Server location that was described.
locationUri
- The URL of the FSx for Windows File Server location that was described.public List<String> getSecurityGroupArns()
The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows File Server file system.
public void setSecurityGroupArns(Collection<String> securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows File Server file system.
securityGroupArns
- The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows File
Server file system.public DescribeLocationFsxWindowsResult withSecurityGroupArns(String... securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows File Server file system.
NOTE: This method appends the values to the existing list (if any). Use
setSecurityGroupArns(java.util.Collection)
or withSecurityGroupArns(java.util.Collection)
if
you want to override the existing values.
securityGroupArns
- The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows File
Server file system.public DescribeLocationFsxWindowsResult withSecurityGroupArns(Collection<String> securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows File Server file system.
securityGroupArns
- The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows File
Server file system.public void setCreationTime(Date creationTime)
The time that the FSx for Windows File Server location was created.
creationTime
- The time that the FSx for Windows File Server location was created.public Date getCreationTime()
The time that the FSx for Windows File Server location was created.
public DescribeLocationFsxWindowsResult withCreationTime(Date creationTime)
The time that the FSx for Windows File Server location was created.
creationTime
- The time that the FSx for Windows File Server location was created.public void setUser(String user)
The user who has the permissions to access files and folders in the FSx for Windows File Server file system.
user
- The user who has the permissions to access files and folders in the FSx for Windows File Server file
system.public String getUser()
The user who has the permissions to access files and folders in the FSx for Windows File Server file system.
public DescribeLocationFsxWindowsResult withUser(String user)
The user who has the permissions to access files and folders in the FSx for Windows File Server file system.
user
- The user who has the permissions to access files and folders in the FSx for Windows File Server file
system.public void setDomain(String domain)
The name of the Windows domain that the FSx for Windows File Server belongs to.
domain
- The name of the Windows domain that the FSx for Windows File Server belongs to.public String getDomain()
The name of the Windows domain that the FSx for Windows File Server belongs to.
public DescribeLocationFsxWindowsResult withDomain(String domain)
The name of the Windows domain that the FSx for Windows File Server belongs to.
domain
- The name of the Windows domain that the FSx for Windows File Server belongs to.public String toString()
toString
in class Object
Object.toString()
public DescribeLocationFsxWindowsResult clone()