@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLocationFsxOpenZfsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeLocationFsxOpenZfsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLocationFsxOpenZfsResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The time that the FSx for OpenZFS location was created.
|
String |
getLocationArn()
The ARN of the FSx for OpenZFS location that was described.
|
String |
getLocationUri()
The uniform resource identifier (URI) of the FSx for OpenZFS location that was described.
|
FsxProtocol |
getProtocol()
The type of protocol that DataSync uses to access your file system.
|
List<String> |
getSecurityGroupArns()
The ARNs of the security groups that are configured for the FSx for OpenZFS file system.
|
int |
hashCode() |
void |
setCreationTime(Date creationTime)
The time that the FSx for OpenZFS location was created.
|
void |
setLocationArn(String locationArn)
The ARN of the FSx for OpenZFS location that was described.
|
void |
setLocationUri(String locationUri)
The uniform resource identifier (URI) of the FSx for OpenZFS location that was described.
|
void |
setProtocol(FsxProtocol protocol)
The type of protocol that DataSync uses to access your file system.
|
void |
setSecurityGroupArns(Collection<String> securityGroupArns)
The ARNs of the security groups that are configured for the FSx for OpenZFS file system.
|
String |
toString()
Returns a string representation of this object.
|
DescribeLocationFsxOpenZfsResult |
withCreationTime(Date creationTime)
The time that the FSx for OpenZFS location was created.
|
DescribeLocationFsxOpenZfsResult |
withLocationArn(String locationArn)
The ARN of the FSx for OpenZFS location that was described.
|
DescribeLocationFsxOpenZfsResult |
withLocationUri(String locationUri)
The uniform resource identifier (URI) of the FSx for OpenZFS location that was described.
|
DescribeLocationFsxOpenZfsResult |
withProtocol(FsxProtocol protocol)
The type of protocol that DataSync uses to access your file system.
|
DescribeLocationFsxOpenZfsResult |
withSecurityGroupArns(Collection<String> securityGroupArns)
The ARNs of the security groups that are configured for the FSx for OpenZFS file system.
|
DescribeLocationFsxOpenZfsResult |
withSecurityGroupArns(String... securityGroupArns)
The ARNs of the security groups that are configured for the FSx for OpenZFS file system.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLocationArn(String locationArn)
The ARN of the FSx for OpenZFS location that was described.
locationArn
- The ARN of the FSx for OpenZFS location that was described.public String getLocationArn()
The ARN of the FSx for OpenZFS location that was described.
public DescribeLocationFsxOpenZfsResult withLocationArn(String locationArn)
The ARN of the FSx for OpenZFS location that was described.
locationArn
- The ARN of the FSx for OpenZFS location that was described.public void setLocationUri(String locationUri)
The uniform resource identifier (URI) of the FSx for OpenZFS location that was described.
Example: fsxz://us-west-2.fs-1234567890abcdef02/fsx/folderA/folder
locationUri
- The uniform resource identifier (URI) of the FSx for OpenZFS location that was described.
Example: fsxz://us-west-2.fs-1234567890abcdef02/fsx/folderA/folder
public String getLocationUri()
The uniform resource identifier (URI) of the FSx for OpenZFS location that was described.
Example: fsxz://us-west-2.fs-1234567890abcdef02/fsx/folderA/folder
Example: fsxz://us-west-2.fs-1234567890abcdef02/fsx/folderA/folder
public DescribeLocationFsxOpenZfsResult withLocationUri(String locationUri)
The uniform resource identifier (URI) of the FSx for OpenZFS location that was described.
Example: fsxz://us-west-2.fs-1234567890abcdef02/fsx/folderA/folder
locationUri
- The uniform resource identifier (URI) of the FSx for OpenZFS location that was described.
Example: fsxz://us-west-2.fs-1234567890abcdef02/fsx/folderA/folder
public List<String> getSecurityGroupArns()
The ARNs of the security groups that are configured for the FSx for OpenZFS file system.
public void setSecurityGroupArns(Collection<String> securityGroupArns)
The ARNs of the security groups that are configured for the FSx for OpenZFS file system.
securityGroupArns
- The ARNs of the security groups that are configured for the FSx for OpenZFS file system.public DescribeLocationFsxOpenZfsResult withSecurityGroupArns(String... securityGroupArns)
The ARNs of the security groups that are configured for the FSx for OpenZFS 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 ARNs of the security groups that are configured for the FSx for OpenZFS file system.public DescribeLocationFsxOpenZfsResult withSecurityGroupArns(Collection<String> securityGroupArns)
The ARNs of the security groups that are configured for the FSx for OpenZFS file system.
securityGroupArns
- The ARNs of the security groups that are configured for the FSx for OpenZFS file system.public void setProtocol(FsxProtocol protocol)
The type of protocol that DataSync uses to access your file system.
protocol
- The type of protocol that DataSync uses to access your file system.public FsxProtocol getProtocol()
The type of protocol that DataSync uses to access your file system.
public DescribeLocationFsxOpenZfsResult withProtocol(FsxProtocol protocol)
The type of protocol that DataSync uses to access your file system.
protocol
- The type of protocol that DataSync uses to access your file system.public void setCreationTime(Date creationTime)
The time that the FSx for OpenZFS location was created.
creationTime
- The time that the FSx for OpenZFS location was created.public Date getCreationTime()
The time that the FSx for OpenZFS location was created.
public DescribeLocationFsxOpenZfsResult withCreationTime(Date creationTime)
The time that the FSx for OpenZFS location was created.
creationTime
- The time that the FSx for OpenZFS location was created.public String toString()
toString
in class Object
Object.toString()
public DescribeLocationFsxOpenZfsResult clone()