Class ReportWithRawData
- java.lang.Object
-
- software.amazon.awssdk.services.codebuild.model.ReportWithRawData
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReportWithRawData.Builder,ReportWithRawData>
@Generated("software.amazon.awssdk:codegen") public final class ReportWithRawData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReportWithRawData.Builder,ReportWithRawData>
Contains the unmodified data for the report. For more information, see .
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReportWithRawData.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReportWithRawData.Builderbuilder()Stringdata()The value of the requested data field from the report.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringreportArn()The ARN of the report.List<SdkField<?>>sdkFields()static Class<? extends ReportWithRawData.Builder>serializableBuilderClass()ReportWithRawData.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
-
reportArn
public final String reportArn()
The ARN of the report.
- Returns:
- The ARN of the report.
-
data
public final String data()
The value of the requested data field from the report.
- Returns:
- The value of the requested data field from the report.
-
toBuilder
public ReportWithRawData.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReportWithRawData.Builder,ReportWithRawData>
-
builder
public static ReportWithRawData.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReportWithRawData.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.
-
-