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 interface
OutputFile.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OutputFile.Builder
builder()
SdkBytes
bytes()
The byte count of files that contains response from code interpreter.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
name()
The name of the file containing response from code interpreter.List<SdkField<?>>
sdkFields()
static Class<? extends OutputFile.Builder>
serializableBuilderClass()
OutputFile.Builder
toBuilder()
String
toString()
Returns a string representation of this object.String
type()
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:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-