@Generated(value="software.amazon.awssdk:codegen") public final class PillarReviewSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PillarReviewSummary.Builder,PillarReviewSummary>
A pillar review summary of a lens review.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PillarReviewSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PillarReviewSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasPrioritizedRiskCounts()
For responses, this returns true if the service returned a value for the PrioritizedRiskCounts property.
|
boolean |
hasRiskCounts()
For responses, this returns true if the service returned a value for the RiskCounts property.
|
String |
notes()
Returns the value of the Notes property for this object.
|
String |
pillarId()
Returns the value of the PillarId property for this object.
|
String |
pillarName()
Returns the value of the PillarName property for this object.
|
Map<Risk,Integer> |
prioritizedRiskCounts()
Returns the value of the PrioritizedRiskCounts property for this object.
|
Map<String,Integer> |
prioritizedRiskCountsAsStrings()
Returns the value of the PrioritizedRiskCounts property for this object.
|
Map<Risk,Integer> |
riskCounts()
Returns the value of the RiskCounts property for this object.
|
Map<String,Integer> |
riskCountsAsStrings()
Returns the value of the RiskCounts property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PillarReviewSummary.Builder> |
serializableBuilderClass() |
PillarReviewSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String pillarId()
public final String pillarName()
public final String notes()
public final Map<Risk,Integer> riskCounts()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasRiskCounts() method.
public final boolean hasRiskCounts()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final Map<String,Integer> riskCountsAsStrings()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasRiskCounts() method.
public final Map<Risk,Integer> prioritizedRiskCounts()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasPrioritizedRiskCounts() method.
public final boolean hasPrioritizedRiskCounts()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final Map<String,Integer> prioritizedRiskCountsAsStrings()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasPrioritizedRiskCounts() method.
public PillarReviewSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PillarReviewSummary.Builder,PillarReviewSummary>public static PillarReviewSummary.Builder builder()
public static Class<? extends PillarReviewSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.