@Generated(value="software.amazon.awssdk:codegen") public final class DescribeLocationNfsResponse extends DataSyncResponse implements ToCopyableBuilder<DescribeLocationNfsResponse.Builder,DescribeLocationNfsResponse>
DescribeLocationNfsResponse
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeLocationNfsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeLocationNfsResponse.Builder |
builder() |
Instant |
creationTime()
The time that the NFS location was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
locationArn()
The Amazon resource Name (ARN) of the NFS location that was described.
|
String |
locationUri()
The URL of the source NFS location that was described.
|
NfsMountOptions |
mountOptions()
The NFS mount options that DataSync used to mount your NFS share.
|
OnPremConfig |
onPremConfig()
Returns the value of the OnPremConfig property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeLocationNfsResponse.Builder> |
serializableBuilderClass() |
DescribeLocationNfsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String locationArn()
The Amazon resource Name (ARN) of the NFS location that was described.
public String locationUri()
The URL of the source NFS location that was described.
public OnPremConfig onPremConfig()
public NfsMountOptions mountOptions()
The NFS mount options that DataSync used to mount your NFS share.
public Instant creationTime()
The time that the NFS location was created.
public DescribeLocationNfsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeLocationNfsResponse.Builder,DescribeLocationNfsResponse>toBuilder in class AwsResponsepublic static DescribeLocationNfsResponse.Builder builder()
public static Class<? extends DescribeLocationNfsResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.