Class ProactiveOrganizationInsightSummary
- java.lang.Object
-
- software.amazon.awssdk.services.devopsguru.model.ProactiveOrganizationInsightSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ProactiveOrganizationInsightSummary.Builder,ProactiveOrganizationInsightSummary>
@Generated("software.amazon.awssdk:codegen") public final class ProactiveOrganizationInsightSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProactiveOrganizationInsightSummary.Builder,ProactiveOrganizationInsightSummary>
Details about a proactive insight. This object is returned by
DescribeInsight.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProactiveOrganizationInsightSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountId()The ID of the Amazon Web Services account.static ProactiveOrganizationInsightSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The ID of the insight summary.InsightTimeRangeinsightTimeRange()Returns the value of the InsightTimeRange property for this object.Stringname()The name of the insight summary.StringorganizationalUnitId()The ID of the organizational unit.PredictionTimeRangepredictionTimeRange()Returns the value of the PredictionTimeRange property for this object.ResourceCollectionresourceCollection()Returns the value of the ResourceCollection property for this object.List<SdkField<?>>sdkFields()static Class<? extends ProactiveOrganizationInsightSummary.Builder>serializableBuilderClass()ServiceCollectionserviceCollection()Returns the value of the ServiceCollection property for this object.InsightSeverityseverity()An array of severity values used to search for insights.StringseverityAsString()An array of severity values used to search for insights.InsightStatusstatus()An array of status values used to search for insights.StringstatusAsString()An array of status values used to search for insights.ProactiveOrganizationInsightSummary.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
-
id
public final String id()
The ID of the insight summary.
- Returns:
- The ID of the insight summary.
-
accountId
public final String accountId()
The ID of the Amazon Web Services account.
- Returns:
- The ID of the Amazon Web Services account.
-
organizationalUnitId
public final String organizationalUnitId()
The ID of the organizational unit.
- Returns:
- The ID of the organizational unit.
-
name
public final String name()
The name of the insight summary.
- Returns:
- The name of the insight summary.
-
severity
public final InsightSeverity severity()
An array of severity values used to search for insights. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
If the service returns an enum value that is not available in the current SDK version,
severitywill returnInsightSeverity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromseverityAsString().- Returns:
- An array of severity values used to search for insights. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
- See Also:
InsightSeverity
-
severityAsString
public final String severityAsString()
An array of severity values used to search for insights. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
If the service returns an enum value that is not available in the current SDK version,
severitywill returnInsightSeverity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromseverityAsString().- Returns:
- An array of severity values used to search for insights. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
- See Also:
InsightSeverity
-
status
public final InsightStatus status()
An array of status values used to search for insights.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnInsightStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- An array of status values used to search for insights.
- See Also:
InsightStatus
-
statusAsString
public final String statusAsString()
An array of status values used to search for insights.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnInsightStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- An array of status values used to search for insights.
- See Also:
InsightStatus
-
insightTimeRange
public final InsightTimeRange insightTimeRange()
Returns the value of the InsightTimeRange property for this object.- Returns:
- The value of the InsightTimeRange property for this object.
-
predictionTimeRange
public final PredictionTimeRange predictionTimeRange()
Returns the value of the PredictionTimeRange property for this object.- Returns:
- The value of the PredictionTimeRange property for this object.
-
resourceCollection
public final ResourceCollection resourceCollection()
Returns the value of the ResourceCollection property for this object.- Returns:
- The value of the ResourceCollection property for this object.
-
serviceCollection
public final ServiceCollection serviceCollection()
Returns the value of the ServiceCollection property for this object.- Returns:
- The value of the ServiceCollection property for this object.
-
toBuilder
public ProactiveOrganizationInsightSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ProactiveOrganizationInsightSummary.Builder,ProactiveOrganizationInsightSummary>
-
builder
public static ProactiveOrganizationInsightSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ProactiveOrganizationInsightSummary.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.
-
-