Class FileSystemAssociationSummary
- java.lang.Object
-
- software.amazon.awssdk.services.storagegateway.model.FileSystemAssociationSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FileSystemAssociationSummary.Builder,FileSystemAssociationSummary>
@Generated("software.amazon.awssdk:codegen") public final class FileSystemAssociationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FileSystemAssociationSummary.Builder,FileSystemAssociationSummary>
Gets the summary returned by
ListFileSystemAssociation, which is a summary of a created file system association.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFileSystemAssociationSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FileSystemAssociationSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfileSystemAssociationARN()The Amazon Resource Name (ARN) of the file system association.StringfileSystemAssociationId()The ID of the file system association.StringfileSystemAssociationStatus()The status of the file share.StringgatewayARN()Returns the value of the GatewayARN property for this object.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends FileSystemAssociationSummary.Builder>serializableBuilderClass()FileSystemAssociationSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
fileSystemAssociationId
public final String fileSystemAssociationId()
The ID of the file system association.
- Returns:
- The ID of the file system association.
-
fileSystemAssociationARN
public final String fileSystemAssociationARN()
The Amazon Resource Name (ARN) of the file system association.
- Returns:
- The Amazon Resource Name (ARN) of the file system association.
-
fileSystemAssociationStatus
public final String fileSystemAssociationStatus()
The status of the file share. Valid Values:
AVAILABLE|CREATING|DELETING|FORCE_DELETING|UPDATING|ERROR- Returns:
- The status of the file share. Valid Values:
AVAILABLE|CREATING|DELETING|FORCE_DELETING|UPDATING|ERROR
-
gatewayARN
public final String gatewayARN()
Returns the value of the GatewayARN property for this object.- Returns:
- The value of the GatewayARN property for this object.
-
toBuilder
public FileSystemAssociationSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FileSystemAssociationSummary.Builder,FileSystemAssociationSummary>
-
builder
public static FileSystemAssociationSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends FileSystemAssociationSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-