@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeScheduledAuditResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeScheduledAuditResult() |
Modifier and Type | Method and Description |
---|---|
DescribeScheduledAuditResult |
clone() |
boolean |
equals(Object obj) |
String |
getDayOfMonth()
The day of the month on which the scheduled audit takes place.
|
String |
getDayOfWeek()
The day of the week on which the scheduled audit takes place.
|
String |
getFrequency()
How often the scheduled audit takes place.
|
String |
getScheduledAuditArn()
The ARN of the scheduled audit.
|
String |
getScheduledAuditName()
The name of the scheduled audit.
|
List<String> |
getTargetCheckNames()
Which checks are performed during the scheduled audit.
|
int |
hashCode() |
void |
setDayOfMonth(String dayOfMonth)
The day of the month on which the scheduled audit takes place.
|
void |
setDayOfWeek(String dayOfWeek)
The day of the week on which the scheduled audit takes place.
|
void |
setFrequency(String frequency)
How often the scheduled audit takes place.
|
void |
setScheduledAuditArn(String scheduledAuditArn)
The ARN of the scheduled audit.
|
void |
setScheduledAuditName(String scheduledAuditName)
The name of the scheduled audit.
|
void |
setTargetCheckNames(Collection<String> targetCheckNames)
Which checks are performed during the scheduled audit.
|
String |
toString()
Returns a string representation of this object.
|
DescribeScheduledAuditResult |
withDayOfMonth(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.
|
DescribeScheduledAuditResult |
withDayOfWeek(String dayOfWeek)
The day of the week on which the scheduled audit takes place.
|
DescribeScheduledAuditResult |
withFrequency(AuditFrequency frequency)
How often the scheduled audit takes place.
|
DescribeScheduledAuditResult |
withFrequency(String frequency)
How often the scheduled audit takes place.
|
DescribeScheduledAuditResult |
withScheduledAuditArn(String scheduledAuditArn)
The ARN of the scheduled audit.
|
DescribeScheduledAuditResult |
withScheduledAuditName(String scheduledAuditName)
The name of the scheduled audit.
|
DescribeScheduledAuditResult |
withTargetCheckNames(Collection<String> targetCheckNames)
Which checks are performed during the scheduled audit.
|
DescribeScheduledAuditResult |
withTargetCheckNames(String... targetCheckNames)
Which checks are performed during the scheduled audit.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFrequency(String frequency)
How often the scheduled audit takes place. One of "DAILY", "WEEKLY", "BIWEEKLY" or "MONTHLY". The actual start time of each audit is determined by the system.
frequency
- How often the scheduled audit takes place. One of "DAILY", "WEEKLY", "BIWEEKLY" or "MONTHLY". The actual
start time of each audit is determined by the system.AuditFrequency
public String getFrequency()
How often the scheduled audit takes place. One of "DAILY", "WEEKLY", "BIWEEKLY" or "MONTHLY". The actual start time of each audit is determined by the system.
AuditFrequency
public DescribeScheduledAuditResult withFrequency(String frequency)
How often the scheduled audit takes place. One of "DAILY", "WEEKLY", "BIWEEKLY" or "MONTHLY". The actual start time of each audit is determined by the system.
frequency
- How often the scheduled audit takes place. One of "DAILY", "WEEKLY", "BIWEEKLY" or "MONTHLY". The actual
start time of each audit is determined by the system.AuditFrequency
public DescribeScheduledAuditResult withFrequency(AuditFrequency frequency)
How often the scheduled audit takes place. One of "DAILY", "WEEKLY", "BIWEEKLY" or "MONTHLY". The actual start time of each audit is determined by the system.
frequency
- How often the scheduled audit takes place. One of "DAILY", "WEEKLY", "BIWEEKLY" or "MONTHLY". The actual
start time of each audit is determined by the system.AuditFrequency
public void setDayOfMonth(String dayOfMonth)
The day of the month on which the scheduled audit takes place. 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.
dayOfMonth
- The day of the month on which the scheduled audit takes place. 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 String getDayOfMonth()
The day of the month on which the scheduled audit takes place. 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(String dayOfMonth)
The day of the month on which the scheduled audit takes place. 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.
dayOfMonth
- The day of the month on which the scheduled audit takes place. 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 setDayOfWeek(String dayOfWeek)
The day of the week on which the scheduled audit takes place. One of "SUN", "MON", "TUE", "WED", "THU", "FRI" or "SAT".
dayOfWeek
- The day of the week on which the scheduled audit takes place. One of "SUN", "MON", "TUE", "WED", "THU",
"FRI" or "SAT".DayOfWeek
public String getDayOfWeek()
The day of the week on which the scheduled audit takes place. One of "SUN", "MON", "TUE", "WED", "THU", "FRI" or "SAT".
DayOfWeek
public DescribeScheduledAuditResult withDayOfWeek(String dayOfWeek)
The day of the week on which the scheduled audit takes place. One of "SUN", "MON", "TUE", "WED", "THU", "FRI" or "SAT".
dayOfWeek
- The day of the week on which the scheduled audit takes place. One of "SUN", "MON", "TUE", "WED", "THU",
"FRI" or "SAT".DayOfWeek
public DescribeScheduledAuditResult withDayOfWeek(DayOfWeek dayOfWeek)
The day of the week on which the scheduled audit takes place. One of "SUN", "MON", "TUE", "WED", "THU", "FRI" or "SAT".
dayOfWeek
- The day of the week on which the scheduled audit takes place. One of "SUN", "MON", "TUE", "WED", "THU",
"FRI" or "SAT".DayOfWeek
public List<String> getTargetCheckNames()
Which checks are performed during the scheduled audit. (Note that checks must be enabled for your account. (Use
DescribeAccountAuditConfiguration
to see the list of all checks including those that are enabled or
UpdateAccountAuditConfiguration
to select which checks are enabled.)
DescribeAccountAuditConfiguration
to see the list of all checks including
those that are enabled or UpdateAccountAuditConfiguration
to select which checks are
enabled.)public void setTargetCheckNames(Collection<String> targetCheckNames)
Which checks are performed during the scheduled audit. (Note that checks must be enabled for your account. (Use
DescribeAccountAuditConfiguration
to see the list of all checks including those that are enabled or
UpdateAccountAuditConfiguration
to select which checks are enabled.)
targetCheckNames
- Which checks are performed during the scheduled audit. (Note that checks must be enabled for your account.
(Use DescribeAccountAuditConfiguration
to see the list of all checks including those that are
enabled or UpdateAccountAuditConfiguration
to select which checks are enabled.)public DescribeScheduledAuditResult withTargetCheckNames(String... targetCheckNames)
Which checks are performed during the scheduled audit. (Note that checks must be enabled for your account. (Use
DescribeAccountAuditConfiguration
to see the list of all checks including those that are enabled or
UpdateAccountAuditConfiguration
to select which checks are enabled.)
NOTE: This method appends the values to the existing list (if any). Use
setTargetCheckNames(java.util.Collection)
or withTargetCheckNames(java.util.Collection)
if you
want to override the existing values.
targetCheckNames
- Which checks are performed during the scheduled audit. (Note that checks must be enabled for your account.
(Use DescribeAccountAuditConfiguration
to see the list of all checks including those that are
enabled or UpdateAccountAuditConfiguration
to select which checks are enabled.)public DescribeScheduledAuditResult withTargetCheckNames(Collection<String> targetCheckNames)
Which checks are performed during the scheduled audit. (Note that checks must be enabled for your account. (Use
DescribeAccountAuditConfiguration
to see the list of all checks including those that are enabled or
UpdateAccountAuditConfiguration
to select which checks are enabled.)
targetCheckNames
- Which checks are performed during the scheduled audit. (Note that checks must be enabled for your account.
(Use DescribeAccountAuditConfiguration
to see the list of all checks including those that are
enabled or UpdateAccountAuditConfiguration
to select which checks are enabled.)public void setScheduledAuditName(String scheduledAuditName)
The name of the scheduled audit.
scheduledAuditName
- The name of the scheduled audit.public String getScheduledAuditName()
The name of the scheduled audit.
public DescribeScheduledAuditResult withScheduledAuditName(String scheduledAuditName)
The name of the scheduled audit.
scheduledAuditName
- The name of the scheduled audit.public void setScheduledAuditArn(String scheduledAuditArn)
The ARN of the scheduled audit.
scheduledAuditArn
- The ARN of the scheduled audit.public String getScheduledAuditArn()
The ARN of the scheduled audit.
public DescribeScheduledAuditResult withScheduledAuditArn(String scheduledAuditArn)
The ARN of the scheduled audit.
scheduledAuditArn
- The ARN of the scheduled audit.public String toString()
toString
in class Object
Object.toString()
public DescribeScheduledAuditResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.