Class AssociateSbomWithPackageVersionResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.iot.model.IotResponse
-
- software.amazon.awssdk.services.iot.model.AssociateSbomWithPackageVersionResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<AssociateSbomWithPackageVersionResponse.Builder,AssociateSbomWithPackageVersionResponse>
@Generated("software.amazon.awssdk:codegen") public final class AssociateSbomWithPackageVersionResponse extends IotResponse implements ToCopyableBuilder<AssociateSbomWithPackageVersionResponse.Builder,AssociateSbomWithPackageVersionResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAssociateSbomWithPackageVersionResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssociateSbomWithPackageVersionResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringpackageName()The name of the new software package.Sbomsbom()Returns the value of the Sbom property for this object.SbomValidationStatussbomValidationStatus()The status of the initial validation for the SBOM against the Software Package Data Exchange (SPDX) and CycloneDX industry standard format.StringsbomValidationStatusAsString()The status of the initial validation for the SBOM against the Software Package Data Exchange (SPDX) and CycloneDX industry standard format.List<SdkField<?>>sdkFields()static Class<? extends AssociateSbomWithPackageVersionResponse.Builder>serializableBuilderClass()AssociateSbomWithPackageVersionResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringversionName()The name of the new package version.-
Methods inherited from class software.amazon.awssdk.services.iot.model.IotResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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
-
packageName
public final String packageName()
The name of the new software package.
- Returns:
- The name of the new software package.
-
versionName
public final String versionName()
The name of the new package version.
- Returns:
- The name of the new package version.
-
sbom
public final Sbom sbom()
Returns the value of the Sbom property for this object.- Returns:
- The value of the Sbom property for this object.
-
sbomValidationStatus
public final SbomValidationStatus sbomValidationStatus()
The status of the initial validation for the SBOM against the Software Package Data Exchange (SPDX) and CycloneDX industry standard format.
If the service returns an enum value that is not available in the current SDK version,
sbomValidationStatuswill returnSbomValidationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsbomValidationStatusAsString().- Returns:
- The status of the initial validation for the SBOM against the Software Package Data Exchange (SPDX) and CycloneDX industry standard format.
- See Also:
SbomValidationStatus
-
sbomValidationStatusAsString
public final String sbomValidationStatusAsString()
The status of the initial validation for the SBOM against the Software Package Data Exchange (SPDX) and CycloneDX industry standard format.
If the service returns an enum value that is not available in the current SDK version,
sbomValidationStatuswill returnSbomValidationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsbomValidationStatusAsString().- Returns:
- The status of the initial validation for the SBOM against the Software Package Data Exchange (SPDX) and CycloneDX industry standard format.
- See Also:
SbomValidationStatus
-
toBuilder
public AssociateSbomWithPackageVersionResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AssociateSbomWithPackageVersionResponse.Builder,AssociateSbomWithPackageVersionResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static AssociateSbomWithPackageVersionResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends AssociateSbomWithPackageVersionResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-