Class StorageConnector
- java.lang.Object
-
- software.amazon.awssdk.services.workspaces.model.StorageConnector
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StorageConnector.Builder,StorageConnector>
@Generated("software.amazon.awssdk:codegen") public final class StorageConnector extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StorageConnector.Builder,StorageConnector>
Describes the storage connector.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStorageConnector.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StorageConnector.Builderbuilder()StorageConnectorTypeEnumconnectorType()The type of connector used to save user files.StringconnectorTypeAsString()The type of connector used to save user files.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends StorageConnector.Builder>serializableBuilderClass()StorageConnectorStatusEnumstatus()Indicates if the storage connetor is enabled or disabled.StringstatusAsString()Indicates if the storage connetor is enabled or disabled.StorageConnector.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
-
connectorType
public final StorageConnectorTypeEnum connectorType()
The type of connector used to save user files.
If the service returns an enum value that is not available in the current SDK version,
connectorTypewill returnStorageConnectorTypeEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconnectorTypeAsString().- Returns:
- The type of connector used to save user files.
- See Also:
StorageConnectorTypeEnum
-
connectorTypeAsString
public final String connectorTypeAsString()
The type of connector used to save user files.
If the service returns an enum value that is not available in the current SDK version,
connectorTypewill returnStorageConnectorTypeEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconnectorTypeAsString().- Returns:
- The type of connector used to save user files.
- See Also:
StorageConnectorTypeEnum
-
status
public final StorageConnectorStatusEnum status()
Indicates if the storage connetor is enabled or disabled.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnStorageConnectorStatusEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Indicates if the storage connetor is enabled or disabled.
- See Also:
StorageConnectorStatusEnum
-
statusAsString
public final String statusAsString()
Indicates if the storage connetor is enabled or disabled.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnStorageConnectorStatusEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Indicates if the storage connetor is enabled or disabled.
- See Also:
StorageConnectorStatusEnum
-
toBuilder
public StorageConnector.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StorageConnector.Builder,StorageConnector>
-
builder
public static StorageConnector.Builder builder()
-
serializableBuilderClass
public static Class<? extends StorageConnector.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-