@Generated(value="software.amazon.awssdk:codegen") public final class FileShareInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FileShareInfo.Builder,FileShareInfo>
Describes a file share. Only supported S3 File Gateway.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FileShareInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FileShareInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fileShareARN()
Returns the value of the FileShareARN property for this object.
|
String |
fileShareId()
Returns the value of the FileShareId property for this object.
|
String |
fileShareStatus()
Returns the value of the FileShareStatus property for this object.
|
FileShareType |
fileShareType()
Returns the value of the FileShareType property for this object.
|
String |
fileShareTypeAsString()
Returns the value of the FileShareType property for this object.
|
String |
gatewayARN()
Returns the value of the GatewayARN property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends FileShareInfo.Builder> |
serializableBuilderClass() |
FileShareInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final FileShareType fileShareType()
If the service returns an enum value that is not available in the current SDK version, fileShareType
will return FileShareType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
fileShareTypeAsString().
FileShareTypepublic final String fileShareTypeAsString()
If the service returns an enum value that is not available in the current SDK version, fileShareType
will return FileShareType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
fileShareTypeAsString().
FileShareTypepublic final String fileShareARN()
public final String fileShareId()
public final String fileShareStatus()
public final String gatewayARN()
public FileShareInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FileShareInfo.Builder,FileShareInfo>public static FileShareInfo.Builder builder()
public static Class<? extends FileShareInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.