public class DescribeScheduledAuditResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description | 
|---|
| DescribeScheduledAuditResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj) | 
| java.lang.String | getDayOfMonth()
 The day of the month on which the scheduled audit takes place. | 
| java.lang.String | getDayOfWeek()
 The day of the week on which the scheduled audit takes place, either one
 of  SUN,MON,TUE,WED,THU,FRI, orSAT. | 
| java.lang.String | getFrequency()
 How often the scheduled audit takes place, either one of
  DAILY,WEEKLY,BIWEEKLY, orMONTHLY. | 
| java.lang.String | getScheduledAuditArn()
 The ARN of the scheduled audit. | 
| java.lang.String | getScheduledAuditName()
 The name of the scheduled audit. | 
| java.util.List<java.lang.String> | getTargetCheckNames()
 Which checks are performed during the scheduled audit. | 
| int | hashCode() | 
| void | setDayOfMonth(java.lang.String dayOfMonth)
 The day of the month on which the scheduled audit takes place. | 
| void | setDayOfWeek(DayOfWeek dayOfWeek)
 The day of the week on which the scheduled audit takes place, either one
 of  SUN,MON,TUE,WED,THU,FRI, orSAT. | 
| void | setDayOfWeek(java.lang.String dayOfWeek)
 The day of the week on which the scheduled audit takes place, either one
 of  SUN,MON,TUE,WED,THU,FRI, orSAT. | 
| void | setFrequency(AuditFrequency frequency)
 How often the scheduled audit takes place, either one of
  DAILY,WEEKLY,BIWEEKLY, orMONTHLY. | 
| void | setFrequency(java.lang.String frequency)
 How often the scheduled audit takes place, either one of
  DAILY,WEEKLY,BIWEEKLY, orMONTHLY. | 
| void | setScheduledAuditArn(java.lang.String scheduledAuditArn)
 The ARN of the scheduled audit. | 
| void | setScheduledAuditName(java.lang.String scheduledAuditName)
 The name of the scheduled audit. | 
| void | setTargetCheckNames(java.util.Collection<java.lang.String> targetCheckNames)
 Which checks are performed during the scheduled audit. | 
| java.lang.String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| DescribeScheduledAuditResult | withDayOfMonth(java.lang.String dayOfMonth)
 The day of the month on which the scheduled audit takes place. | 
| DescribeScheduledAuditResult | withDayOfWeek(DayOfWeek dayOfWeek)
 The day of the week on which the scheduled audit takes place, either one
 of  SUN,MON,TUE,WED,THU,FRI, orSAT. | 
| DescribeScheduledAuditResult | withDayOfWeek(java.lang.String dayOfWeek)
 The day of the week on which the scheduled audit takes place, either one
 of  SUN,MON,TUE,WED,THU,FRI, orSAT. | 
| DescribeScheduledAuditResult | withFrequency(AuditFrequency frequency)
 How often the scheduled audit takes place, either one of
  DAILY,WEEKLY,BIWEEKLY, orMONTHLY. | 
| DescribeScheduledAuditResult | withFrequency(java.lang.String frequency)
 How often the scheduled audit takes place, either one of
  DAILY,WEEKLY,BIWEEKLY, orMONTHLY. | 
| DescribeScheduledAuditResult | withScheduledAuditArn(java.lang.String scheduledAuditArn)
 The ARN of the scheduled audit. | 
| DescribeScheduledAuditResult | withScheduledAuditName(java.lang.String scheduledAuditName)
 The name of the scheduled audit. | 
| DescribeScheduledAuditResult | withTargetCheckNames(java.util.Collection<java.lang.String> targetCheckNames)
 Which checks are performed during the scheduled audit. | 
| DescribeScheduledAuditResult | withTargetCheckNames(java.lang.String... targetCheckNames)
 Which checks are performed during the scheduled audit. | 
public java.lang.String getFrequency()
 How often the scheduled audit takes place, either one of
 DAILY, WEEKLY, BIWEEKLY, or
 MONTHLY. The start time of each audit is determined by the
 system.
 
 Constraints:
 Allowed Values: DAILY, WEEKLY, BIWEEKLY, MONTHLY
         How often the scheduled audit takes place, either one of
         DAILY, WEEKLY, BIWEEKLY,
         or MONTHLY. The start time of each audit is
         determined by the system.
         
AuditFrequencypublic void setFrequency(java.lang.String frequency)
 How often the scheduled audit takes place, either one of
 DAILY, WEEKLY, BIWEEKLY, or
 MONTHLY. The start time of each audit is determined by the
 system.
 
 Constraints:
 Allowed Values: DAILY, WEEKLY, BIWEEKLY, MONTHLY
frequency - 
            How often the scheduled audit takes place, either one of
            DAILY, WEEKLY, BIWEEKLY
            , or MONTHLY. The start time of each audit is
            determined by the system.
            
AuditFrequencypublic DescribeScheduledAuditResult withFrequency(java.lang.String frequency)
 How often the scheduled audit takes place, either one of
 DAILY, WEEKLY, BIWEEKLY, or
 MONTHLY. The start time of each audit is determined by the
 system.
 
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Allowed Values: DAILY, WEEKLY, BIWEEKLY, MONTHLY
frequency - 
            How often the scheduled audit takes place, either one of
            DAILY, WEEKLY, BIWEEKLY
            , or MONTHLY. The start time of each audit is
            determined by the system.
            
AuditFrequencypublic void setFrequency(AuditFrequency frequency)
 How often the scheduled audit takes place, either one of
 DAILY, WEEKLY, BIWEEKLY, or
 MONTHLY. The start time of each audit is determined by the
 system.
 
 Constraints:
 Allowed Values: DAILY, WEEKLY, BIWEEKLY, MONTHLY
frequency - 
            How often the scheduled audit takes place, either one of
            DAILY, WEEKLY, BIWEEKLY
            , or MONTHLY. The start time of each audit is
            determined by the system.
            
AuditFrequencypublic DescribeScheduledAuditResult withFrequency(AuditFrequency frequency)
 How often the scheduled audit takes place, either one of
 DAILY, WEEKLY, BIWEEKLY, or
 MONTHLY. The start time of each audit is determined by the
 system.
 
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Allowed Values: DAILY, WEEKLY, BIWEEKLY, MONTHLY
frequency - 
            How often the scheduled audit takes place, either one of
            DAILY, WEEKLY, BIWEEKLY
            , or MONTHLY. The start time of each audit is
            determined by the system.
            
AuditFrequencypublic java.lang.String getDayOfMonth()
 The day of the month on which the scheduled audit takes place. This is
 will be 1 through 31 or LAST. If
 days 29-31 are specified, and the month does
 not have that many days, the audit takes place on the LAST
 day of the month.
 
 Constraints:
 Pattern: ^([1-9]|[12][0-9]|3[01])$|^LAST$
         The day of the month on which the scheduled audit takes place.
         This is will be 1 through 31 or
         LAST. If days 29-31 are
         specified, and the month does not have that many days, the audit
         takes place on the LAST day of the month.
         
public void setDayOfMonth(java.lang.String dayOfMonth)
 The day of the month on which the scheduled audit takes place. This is
 will be 1 through 31 or LAST. If
 days 29-31 are specified, and the month does
 not have that many days, the audit takes place on the LAST
 day of the month.
 
 Constraints:
 Pattern: ^([1-9]|[12][0-9]|3[01])$|^LAST$
dayOfMonth - 
            The day of the month on which the scheduled audit takes place.
            This is will be 1 through 31 or
            LAST. If days 29-31 are
            specified, and the month does not have that many days, the
            audit takes place on the LAST day of the month.
            
public DescribeScheduledAuditResult withDayOfMonth(java.lang.String dayOfMonth)
 The day of the month on which the scheduled audit takes place. This is
 will be 1 through 31 or LAST. If
 days 29-31 are specified, and the month does
 not have that many days, the audit takes place on the LAST
 day of the month.
 
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Pattern: ^([1-9]|[12][0-9]|3[01])$|^LAST$
dayOfMonth - 
            The day of the month on which the scheduled audit takes place.
            This is will be 1 through 31 or
            LAST. If days 29-31 are
            specified, and the month does not have that many days, the
            audit takes place on the LAST day of the month.
            
public java.lang.String getDayOfWeek()
 The day of the week on which the scheduled audit takes place, either one
 of SUN, MON, TUE, WED, THU, FRI, or SAT.
 
 Constraints:
 Allowed Values: SUN, MON, TUE, WED, THU, FRI, SAT
         The day of the week on which the scheduled audit takes place,
         either one of SUN, MON,
         TUE, WED, THU,
         FRI, or SAT.
         
DayOfWeekpublic void setDayOfWeek(java.lang.String dayOfWeek)
 The day of the week on which the scheduled audit takes place, either one
 of SUN, MON, TUE, WED, THU, FRI, or SAT.
 
 Constraints:
 Allowed Values: SUN, MON, TUE, WED, THU, FRI, SAT
dayOfWeek - 
            The day of the week on which the scheduled audit takes place,
            either one of SUN, MON,
            TUE, WED, THU,
            FRI, or SAT.
            
DayOfWeekpublic DescribeScheduledAuditResult withDayOfWeek(java.lang.String dayOfWeek)
 The day of the week on which the scheduled audit takes place, either one
 of SUN, MON, TUE, WED, THU, FRI, or SAT.
 
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Allowed Values: SUN, MON, TUE, WED, THU, FRI, SAT
dayOfWeek - 
            The day of the week on which the scheduled audit takes place,
            either one of SUN, MON,
            TUE, WED, THU,
            FRI, or SAT.
            
DayOfWeekpublic void setDayOfWeek(DayOfWeek dayOfWeek)
 The day of the week on which the scheduled audit takes place, either one
 of SUN, MON, TUE, WED, THU, FRI, or SAT.
 
 Constraints:
 Allowed Values: SUN, MON, TUE, WED, THU, FRI, SAT
dayOfWeek - 
            The day of the week on which the scheduled audit takes place,
            either one of SUN, MON,
            TUE, WED, THU,
            FRI, or SAT.
            
DayOfWeekpublic DescribeScheduledAuditResult withDayOfWeek(DayOfWeek dayOfWeek)
 The day of the week on which the scheduled audit takes place, either one
 of SUN, MON, TUE, WED, THU, FRI, or SAT.
 
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Allowed Values: SUN, MON, TUE, WED, THU, FRI, SAT
dayOfWeek - 
            The day of the week on which the scheduled audit takes place,
            either one of SUN, MON,
            TUE, WED, THU,
            FRI, or SAT.
            
DayOfWeekpublic java.util.List<java.lang.String> getTargetCheckNames()
 Which checks are performed during the scheduled audit. Checks must be
 enabled for your account. (Use
 DescribeAccountAuditConfiguration to see the list of all
 checks, including those that are enabled or use
 UpdateAccountAuditConfiguration to select which checks are
 enabled.)
 
         Which checks are performed during the scheduled audit. Checks
         must be enabled for your account. (Use
         DescribeAccountAuditConfiguration to see the list of
         all checks, including those that are enabled or use
         UpdateAccountAuditConfiguration to select which
         checks are enabled.)
         
public void setTargetCheckNames(java.util.Collection<java.lang.String> targetCheckNames)
 Which checks are performed during the scheduled audit. Checks must be
 enabled for your account. (Use
 DescribeAccountAuditConfiguration to see the list of all
 checks, including those that are enabled or use
 UpdateAccountAuditConfiguration to select which checks are
 enabled.)
 
targetCheckNames - 
            Which checks are performed during the scheduled audit. Checks
            must be enabled for your account. (Use
            DescribeAccountAuditConfiguration to see the list
            of all checks, including those that are enabled or use
            UpdateAccountAuditConfiguration to select which
            checks are enabled.)
            
public DescribeScheduledAuditResult withTargetCheckNames(java.lang.String... targetCheckNames)
 Which checks are performed during the scheduled audit. Checks must be
 enabled for your account. (Use
 DescribeAccountAuditConfiguration to see the list of all
 checks, including those that are enabled or use
 UpdateAccountAuditConfiguration to select which checks are
 enabled.)
 
Returns a reference to this object so that method calls can be chained together.
targetCheckNames - 
            Which checks are performed during the scheduled audit. Checks
            must be enabled for your account. (Use
            DescribeAccountAuditConfiguration to see the list
            of all checks, including those that are enabled or use
            UpdateAccountAuditConfiguration to select which
            checks are enabled.)
            
public DescribeScheduledAuditResult withTargetCheckNames(java.util.Collection<java.lang.String> targetCheckNames)
 Which checks are performed during the scheduled audit. Checks must be
 enabled for your account. (Use
 DescribeAccountAuditConfiguration to see the list of all
 checks, including those that are enabled or use
 UpdateAccountAuditConfiguration to select which checks are
 enabled.)
 
Returns a reference to this object so that method calls can be chained together.
targetCheckNames - 
            Which checks are performed during the scheduled audit. Checks
            must be enabled for your account. (Use
            DescribeAccountAuditConfiguration to see the list
            of all checks, including those that are enabled or use
            UpdateAccountAuditConfiguration to select which
            checks are enabled.)
            
public java.lang.String getScheduledAuditName()
The name of the scheduled audit.
 Constraints:
 Length: 1 - 128
 Pattern: [a-zA-Z0-9_-]+
The name of the scheduled audit.
public void setScheduledAuditName(java.lang.String scheduledAuditName)
The name of the scheduled audit.
 Constraints:
 Length: 1 - 128
 Pattern: [a-zA-Z0-9_-]+
scheduledAuditName - The name of the scheduled audit.
public DescribeScheduledAuditResult withScheduledAuditName(java.lang.String scheduledAuditName)
The name of the scheduled audit.
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 1 - 128
 Pattern: [a-zA-Z0-9_-]+
scheduledAuditName - The name of the scheduled audit.
public java.lang.String getScheduledAuditArn()
The ARN of the scheduled audit.
The ARN of the scheduled audit.
public void setScheduledAuditArn(java.lang.String scheduledAuditArn)
The ARN of the scheduled audit.
scheduledAuditArn - The ARN of the scheduled audit.
public DescribeScheduledAuditResult withScheduledAuditArn(java.lang.String scheduledAuditArn)
The ARN of the scheduled audit.
Returns a reference to this object so that method calls can be chained together.
scheduledAuditArn - The ARN of the scheduled audit.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.