@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 when 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 ARN of the NFS location.
|
String |
locationUri()
The URL of the NFS location.
|
NfsMountOptions |
mountOptions()
The mount options that DataSync uses to mount your NFS file server.
|
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 final String locationArn()
The ARN of the NFS location.
public final String locationUri()
The URL of the NFS location.
public final OnPremConfig onPremConfig()
public final NfsMountOptions mountOptions()
The mount options that DataSync uses to mount your NFS file server.
public final Instant creationTime()
The time when 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 final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.