Class FileContent
- java.lang.Object
-
- software.amazon.awssdk.services.connectcases.model.FileContent
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FileContent.Builder,FileContent>
@Generated("software.amazon.awssdk:codegen") public final class FileContent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FileContent.Builder,FileContent>
An object that represents a content of an Amazon Connect file object.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFileContent.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FileContent.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfileArn()The Amazon Resource Name (ARN) of a File in Amazon Connect.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends FileContent.Builder>serializableBuilderClass()FileContent.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
-
fileArn
public final String fileArn()
The Amazon Resource Name (ARN) of a File in Amazon Connect.
- Returns:
- The Amazon Resource Name (ARN) of a File in Amazon Connect.
-
toBuilder
public FileContent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FileContent.Builder,FileContent>
-
builder
public static FileContent.Builder builder()
-
serializableBuilderClass
public static Class<? extends FileContent.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.
-
-