Class ReportSetting
- java.lang.Object
-
- software.amazon.awssdk.services.backup.model.ReportSetting
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReportSetting.Builder,ReportSetting>
@Generated("software.amazon.awssdk:codegen") public final class ReportSetting extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReportSetting.Builder,ReportSetting>
Contains detailed information about a report setting.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReportSetting.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>accounts()These are the accounts to be included in the report.static ReportSetting.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)List<String>frameworkArns()The Amazon Resource Names (ARNs) of the frameworks a report covers.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)booleanhasAccounts()For responses, this returns true if the service returned a value for the Accounts property.booleanhasFrameworkArns()For responses, this returns true if the service returned a value for the FrameworkArns property.inthashCode()booleanhasOrganizationUnits()For responses, this returns true if the service returned a value for the OrganizationUnits property.booleanhasRegions()For responses, this returns true if the service returned a value for the Regions property.IntegernumberOfFrameworks()The number of frameworks a report covers.List<String>organizationUnits()These are the Organizational Units to be included in the report.List<String>regions()These are the Regions to be included in the report.StringreportTemplate()Identifies the report template for the report.List<SdkField<?>>sdkFields()static Class<? extends ReportSetting.Builder>serializableBuilderClass()ReportSetting.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
-
reportTemplate
public final String reportTemplate()
Identifies the report template for the report. Reports are built using a report template. The report templates are:
RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT- Returns:
- Identifies the report template for the report. Reports are built using a report template. The report
templates are:
RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT
-
hasFrameworkArns
public final boolean hasFrameworkArns()
For responses, this returns true if the service returned a value for the FrameworkArns property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()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.
-
frameworkArns
public final List<String> frameworkArns()
The Amazon Resource Names (ARNs) of the frameworks a report covers.
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
hasFrameworkArns()method.- Returns:
- The Amazon Resource Names (ARNs) of the frameworks a report covers.
-
numberOfFrameworks
public final Integer numberOfFrameworks()
The number of frameworks a report covers.
- Returns:
- The number of frameworks a report covers.
-
hasAccounts
public final boolean hasAccounts()
For responses, this returns true if the service returned a value for the Accounts property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()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.
-
accounts
public final List<String> accounts()
These are the accounts to be included in the report.
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
hasAccounts()method.- Returns:
- These are the accounts to be included in the report.
-
hasOrganizationUnits
public final boolean hasOrganizationUnits()
For responses, this returns true if the service returned a value for the OrganizationUnits property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()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.
-
organizationUnits
public final List<String> organizationUnits()
These are the Organizational Units to be included in the report.
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
hasOrganizationUnits()method.- Returns:
- These are the Organizational Units to be included in the report.
-
hasRegions
public final boolean hasRegions()
For responses, this returns true if the service returned a value for the Regions property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()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.
-
regions
public final List<String> regions()
These are the Regions to be included in the report.
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
hasRegions()method.- Returns:
- These are the Regions to be included in the report.
-
toBuilder
public ReportSetting.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReportSetting.Builder,ReportSetting>
-
builder
public static ReportSetting.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReportSetting.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.
-
-