Class OutputFile
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagentruntime.model.OutputFile
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OutputFile.Builder,OutputFile>
@Generated("software.amazon.awssdk:codegen") public final class OutputFile extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OutputFile.Builder,OutputFile>
Contains details of the response from code interpreter.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOutputFile.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OutputFile.Builderbuilder()SdkBytesbytes()The byte count of files that contains response from code interpreter.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the file containing response from code interpreter.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends OutputFile.Builder>serializableBuilderClass()OutputFile.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringtype()The type of file that contains response from the code interpreter.-
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
-
bytes
public final SdkBytes bytes()
The byte count of files that contains response from code interpreter.
- Returns:
- The byte count of files that contains response from code interpreter.
-
name
public final String name()
The name of the file containing response from code interpreter.
- Returns:
- The name of the file containing response from code interpreter.
-
type
public final String type()
The type of file that contains response from the code interpreter.
- Returns:
- The type of file that contains response from the code interpreter.
-
toBuilder
public OutputFile.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OutputFile.Builder,OutputFile>
-
builder
public static OutputFile.Builder builder()
-
serializableBuilderClass
public static Class<? extends OutputFile.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
-
-