@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLocationNfsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
DescribeLocationNfsResponse
Constructor and Description |
---|
DescribeLocationNfsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLocationNfsResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The time when the NFS location was created.
|
String |
getLocationArn()
The ARN of the NFS location.
|
String |
getLocationUri()
The URI of the NFS location.
|
NfsMountOptions |
getMountOptions()
The mount options that DataSync uses to mount your NFS file server.
|
OnPremConfig |
getOnPremConfig() |
int |
hashCode() |
void |
setCreationTime(Date creationTime)
The time when the NFS location was created.
|
void |
setLocationArn(String locationArn)
The ARN of the NFS location.
|
void |
setLocationUri(String locationUri)
The URI of the NFS location.
|
void |
setMountOptions(NfsMountOptions mountOptions)
The mount options that DataSync uses to mount your NFS file server.
|
void |
setOnPremConfig(OnPremConfig onPremConfig) |
String |
toString()
Returns a string representation of this object.
|
DescribeLocationNfsResult |
withCreationTime(Date creationTime)
The time when the NFS location was created.
|
DescribeLocationNfsResult |
withLocationArn(String locationArn)
The ARN of the NFS location.
|
DescribeLocationNfsResult |
withLocationUri(String locationUri)
The URI of the NFS location.
|
DescribeLocationNfsResult |
withMountOptions(NfsMountOptions mountOptions)
The mount options that DataSync uses to mount your NFS file server.
|
DescribeLocationNfsResult |
withOnPremConfig(OnPremConfig onPremConfig) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLocationArn(String locationArn)
The ARN of the NFS location.
locationArn
- The ARN of the NFS location.public String getLocationArn()
The ARN of the NFS location.
public DescribeLocationNfsResult withLocationArn(String locationArn)
The ARN of the NFS location.
locationArn
- The ARN of the NFS location.public void setLocationUri(String locationUri)
The URI of the NFS location.
locationUri
- The URI of the NFS location.public String getLocationUri()
The URI of the NFS location.
public DescribeLocationNfsResult withLocationUri(String locationUri)
The URI of the NFS location.
locationUri
- The URI of the NFS location.public void setOnPremConfig(OnPremConfig onPremConfig)
onPremConfig
- public OnPremConfig getOnPremConfig()
public DescribeLocationNfsResult withOnPremConfig(OnPremConfig onPremConfig)
onPremConfig
- public void setMountOptions(NfsMountOptions mountOptions)
The mount options that DataSync uses to mount your NFS file server.
mountOptions
- The mount options that DataSync uses to mount your NFS file server.public NfsMountOptions getMountOptions()
The mount options that DataSync uses to mount your NFS file server.
public DescribeLocationNfsResult withMountOptions(NfsMountOptions mountOptions)
The mount options that DataSync uses to mount your NFS file server.
mountOptions
- The mount options that DataSync uses to mount your NFS file server.public void setCreationTime(Date creationTime)
The time when the NFS location was created.
creationTime
- The time when the NFS location was created.public Date getCreationTime()
The time when the NFS location was created.
public DescribeLocationNfsResult withCreationTime(Date creationTime)
The time when the NFS location was created.
creationTime
- The time when the NFS location was created.public String toString()
toString
in class Object
Object.toString()
public DescribeLocationNfsResult clone()