@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 final String locationArn()
The Amazon Resource Name (ARN) of the NFS location that was described.
public final String locationUri()
The URL of the source NFS location that was described.
public final OnPremConfig onPremConfig()
public final NfsMountOptions mountOptions()
The NFS mount options that DataSync used to mount your NFS share.
public final 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 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 © 2021. All rights reserved.