@Generated(value="software.amazon.awssdk:codegen") public final class DescribeLocationEfsResponse extends DataSyncResponse implements ToCopyableBuilder<DescribeLocationEfsResponse.Builder,DescribeLocationEfsResponse>
DescribeLocationEfsResponse
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeLocationEfsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeLocationEfsResponse.Builder |
builder() |
Instant |
creationTime()
The time that the EFS location was created.
|
Ec2Config |
ec2Config()
Returns the value of the Ec2Config property for this object.
|
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 EFS location that was described.
|
String |
locationUri()
The URL of the EFS location that was described.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeLocationEfsResponse.Builder> |
serializableBuilderClass() |
DescribeLocationEfsResponse.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 EFS location that was described.
public final String locationUri()
The URL of the EFS location that was described.
public final Ec2Config ec2Config()
public final Instant creationTime()
The time that the EFS location was created.
public DescribeLocationEfsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeLocationEfsResponse.Builder,DescribeLocationEfsResponse>toBuilder in class AwsResponsepublic static DescribeLocationEfsResponse.Builder builder()
public static Class<? extends DescribeLocationEfsResponse.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 © 2022. All rights reserved.