@Generated(value="software.amazon.awssdk:codegen") public final class FileShareInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FileShareInfo.Builder,FileShareInfo>
Describes a file share.
Modifier and Type | Class and Description |
---|---|
static interface |
FileShareInfo.Builder |
Modifier and Type | Method and Description |
---|---|
static FileShareInfo.Builder |
builder() |
boolean |
equals(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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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()
.
FileShareType
public 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()
.
FileShareType
public String fileShareARN()
public String fileShareId()
public String fileShareStatus()
public String gatewayARN()
public FileShareInfo.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<FileShareInfo.Builder,FileShareInfo>
public static FileShareInfo.Builder builder()
public static Class<? extends FileShareInfo.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.