@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 that the NFS location was created.
|
String |
getLocationArn()
The Amazon Resource Name (ARN) of the NFS location that was described.
|
String |
getLocationUri()
The URL of the source NFS location that was described.
|
NfsMountOptions |
getMountOptions()
The NFS mount options that DataSync used to mount your NFS share.
|
OnPremConfig |
getOnPremConfig() |
int |
hashCode() |
void |
setCreationTime(Date creationTime)
The time that the NFS location was created.
|
void |
setLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the NFS location that was described.
|
void |
setLocationUri(String locationUri)
The URL of the source NFS location that was described.
|
void |
setMountOptions(NfsMountOptions mountOptions)
The NFS mount options that DataSync used to mount your NFS share.
|
void |
setOnPremConfig(OnPremConfig onPremConfig) |
String |
toString()
Returns a string representation of this object.
|
DescribeLocationNfsResult |
withCreationTime(Date creationTime)
The time that the NFS location was created.
|
DescribeLocationNfsResult |
withLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the NFS location that was described.
|
DescribeLocationNfsResult |
withLocationUri(String locationUri)
The URL of the source NFS location that was described.
|
DescribeLocationNfsResult |
withMountOptions(NfsMountOptions mountOptions)
The NFS mount options that DataSync used to mount your NFS share.
|
DescribeLocationNfsResult |
withOnPremConfig(OnPremConfig onPremConfig) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the NFS location that was described.
locationArn
- The Amazon Resource Name (ARN) of the NFS location that was described.public String getLocationArn()
The Amazon Resource Name (ARN) of the NFS location that was described.
public DescribeLocationNfsResult withLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the NFS location that was described.
locationArn
- The Amazon Resource Name (ARN) of the NFS location that was described.public void setLocationUri(String locationUri)
The URL of the source NFS location that was described.
locationUri
- The URL of the source NFS location that was described.public String getLocationUri()
The URL of the source NFS location that was described.
public DescribeLocationNfsResult withLocationUri(String locationUri)
The URL of the source NFS location that was described.
locationUri
- The URL of the source NFS location that was described.public void setOnPremConfig(OnPremConfig onPremConfig)
onPremConfig
- public OnPremConfig getOnPremConfig()
public DescribeLocationNfsResult withOnPremConfig(OnPremConfig onPremConfig)
onPremConfig
- public void setMountOptions(NfsMountOptions mountOptions)
The NFS mount options that DataSync used to mount your NFS share.
mountOptions
- The NFS mount options that DataSync used to mount your NFS share.public NfsMountOptions getMountOptions()
The NFS mount options that DataSync used to mount your NFS share.
public DescribeLocationNfsResult withMountOptions(NfsMountOptions mountOptions)
The NFS mount options that DataSync used to mount your NFS share.
mountOptions
- The NFS mount options that DataSync used to mount your NFS share.public void setCreationTime(Date creationTime)
The time that the NFS location was created.
creationTime
- The time that the NFS location was created.public Date getCreationTime()
The time that the NFS location was created.
public DescribeLocationNfsResult withCreationTime(Date creationTime)
The time that the NFS location was created.
creationTime
- The time that the NFS location was created.public String toString()
toString
in class Object
Object.toString()
public DescribeLocationNfsResult clone()