/* * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ package com.amazonaws.services.iot.model; import java.io.Serializable; import com.amazonaws.AmazonWebServiceRequest; /** *
* Updates a scheduled audit, including which checks are performed and how often * the audit takes place. *
** Requires permission to access the UpdateScheduledAudit action. *
*/ public class UpdateScheduledAuditRequest extends AmazonWebServiceRequest implements Serializable { /** *
* How often the scheduled audit takes place, either DAILY
,
* WEEKLY
, BIWEEKLY
, or MONTHLY
. The
* start time of each audit is determined by the system.
*
* Constraints:
* Allowed Values: DAILY, WEEKLY, BIWEEKLY, MONTHLY
*/
private String frequency;
/**
*
* The day of the month on which the scheduled audit takes place. This can
* be 1
through 31
or LAST
. This
* field is required if the frequency
parameter is set to
* MONTHLY
. 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$
*/
private String dayOfMonth;
/**
*
* The day of the week on which the scheduled audit takes place. This can be
* one of SUN
, MON
, TUE
,
* WED
, THU
, FRI
, or SAT
* . This field is required if the "frequency" parameter is set to
* WEEKLY
or BIWEEKLY
.
*
* Constraints:
* Allowed Values: SUN, MON, TUE, WED, THU, FRI, SAT
*/
private String dayOfWeek;
/**
*
* 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.)
*
* The name of the scheduled audit. (Max. 128 chars) *
*
* Constraints:
* Length: 1 - 128
* Pattern: [a-zA-Z0-9_-]+
*/
private String scheduledAuditName;
/**
*
* How often the scheduled audit takes place, either DAILY
,
* WEEKLY
, BIWEEKLY
, or MONTHLY
. The
* start time of each audit is determined by the system.
*
* Constraints:
* Allowed Values: DAILY, WEEKLY, BIWEEKLY, MONTHLY
*
* @return
* How often the scheduled audit takes place, either
* DAILY
, WEEKLY
, BIWEEKLY
,
* or MONTHLY
. The start time of each audit is
* determined by the system.
*
* How often the scheduled audit takes place, either DAILY
,
* WEEKLY
, BIWEEKLY
, or MONTHLY
. The
* start time of each audit is determined by the system.
*
* Constraints:
* Allowed Values: DAILY, WEEKLY, BIWEEKLY, MONTHLY
*
* @param frequency
* How often the scheduled audit takes place, either
* DAILY
, WEEKLY
, BIWEEKLY
* , or MONTHLY
. The start time of each audit is
* determined by the system.
*
* How often the scheduled audit takes place, either 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
*
* @param frequency
* How often the scheduled audit takes place, either
* DAILY
, WEEKLY
, BIWEEKLY
* , or MONTHLY
. The start time of each audit is
* determined by the system.
*
* How often the scheduled audit takes place, either DAILY
,
* WEEKLY
, BIWEEKLY
, or MONTHLY
. The
* start time of each audit is determined by the system.
*
* Constraints:
* Allowed Values: DAILY, WEEKLY, BIWEEKLY, MONTHLY
*
* @param frequency
* How often the scheduled audit takes place, either
* DAILY
, WEEKLY
, BIWEEKLY
* , or MONTHLY
. The start time of each audit is
* determined by the system.
*
* How often the scheduled audit takes place, either 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
*
* @param frequency
* How often the scheduled audit takes place, either
* DAILY
, WEEKLY
, BIWEEKLY
* , or MONTHLY
. The start time of each audit is
* determined by the system.
*
* The day of the month on which the scheduled audit takes place. This can
* be 1
through 31
or LAST
. This
* field is required if the frequency
parameter is set to
* MONTHLY
. 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$
*
* @return
* The day of the month on which the scheduled audit takes place.
* This can be 1
through 31
or
* LAST
. This field is required if the
* frequency
parameter is set to MONTHLY
.
* 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.
*
* The day of the month on which the scheduled audit takes place. This can
* be 1
through 31
or LAST
. This
* field is required if the frequency
parameter is set to
* MONTHLY
. 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$
*
* @param dayOfMonth
* The day of the month on which the scheduled audit takes place.
* This can be 1
through 31
or
* LAST
. This field is required if the
* frequency
parameter is set to
* MONTHLY
. 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.
*
* The day of the month on which the scheduled audit takes place. This can
* be 1
through 31
or LAST
. This
* field is required if the frequency
parameter is set to
* MONTHLY
. 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$
*
* @param dayOfMonth
* The day of the month on which the scheduled audit takes place.
* This can be 1
through 31
or
* LAST
. This field is required if the
* frequency
parameter is set to
* MONTHLY
. 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.
*
* The day of the week on which the scheduled audit takes place. This can be
* one of SUN
, MON
, TUE
,
* WED
, THU
, FRI
, or SAT
* . This field is required if the "frequency" parameter is set to
* WEEKLY
or BIWEEKLY
.
*
* Constraints:
* Allowed Values: SUN, MON, TUE, WED, THU, FRI, SAT
*
* @return
* The day of the week on which the scheduled audit takes place.
* This can be one of SUN
, MON
,
* TUE
, WED
, THU
,
* FRI
, or SAT
. This field is required if
* the "frequency" parameter is set to WEEKLY
or
* BIWEEKLY
.
*
* The day of the week on which the scheduled audit takes place. This can be
* one of SUN
, MON
, TUE
,
* WED
, THU
, FRI
, or SAT
* . This field is required if the "frequency" parameter is set to
* WEEKLY
or BIWEEKLY
.
*
* Constraints:
* Allowed Values: SUN, MON, TUE, WED, THU, FRI, SAT
*
* @param dayOfWeek
* The day of the week on which the scheduled audit takes place.
* This can be one of SUN
, MON
,
* TUE
, WED
, THU
,
* FRI
, or SAT
. This field is required
* if the "frequency" parameter is set to WEEKLY
or
* BIWEEKLY
.
*
* The day of the week on which the scheduled audit takes place. This can be
* one of SUN
, MON
, TUE
,
* WED
, THU
, FRI
, or SAT
* . This field is required if the "frequency" parameter is set to
* WEEKLY
or BIWEEKLY
.
*
* Returns a reference to this object so that method calls can be chained * together. *
* Constraints:
* Allowed Values: SUN, MON, TUE, WED, THU, FRI, SAT
*
* @param dayOfWeek
* The day of the week on which the scheduled audit takes place.
* This can be one of SUN
, MON
,
* TUE
, WED
, THU
,
* FRI
, or SAT
. This field is required
* if the "frequency" parameter is set to WEEKLY
or
* BIWEEKLY
.
*
* The day of the week on which the scheduled audit takes place. This can be
* one of SUN
, MON
, TUE
,
* WED
, THU
, FRI
, or SAT
* . This field is required if the "frequency" parameter is set to
* WEEKLY
or BIWEEKLY
.
*
* Constraints:
* Allowed Values: SUN, MON, TUE, WED, THU, FRI, SAT
*
* @param dayOfWeek
* The day of the week on which the scheduled audit takes place.
* This can be one of SUN
, MON
,
* TUE
, WED
, THU
,
* FRI
, or SAT
. This field is required
* if the "frequency" parameter is set to WEEKLY
or
* BIWEEKLY
.
*
* The day of the week on which the scheduled audit takes place. This can be
* one of SUN
, MON
, TUE
,
* WED
, THU
, FRI
, or SAT
* . This field is required if the "frequency" parameter is set to
* WEEKLY
or BIWEEKLY
.
*
* Returns a reference to this object so that method calls can be chained * together. *
* Constraints:
* Allowed Values: SUN, MON, TUE, WED, THU, FRI, SAT
*
* @param dayOfWeek
* The day of the week on which the scheduled audit takes place.
* This can be one of SUN
, MON
,
* TUE
, WED
, THU
,
* FRI
, or SAT
. This field is required
* if the "frequency" parameter is set to WEEKLY
or
* BIWEEKLY
.
*
* 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.)
*
* 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.)
*
* 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. * * @param 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.)
*
* 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. * * @param 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.)
*
* The name of the scheduled audit. (Max. 128 chars) *
*
* Constraints:
* Length: 1 - 128
* Pattern: [a-zA-Z0-9_-]+
*
* @return
* The name of the scheduled audit. (Max. 128 chars) *
*/ public String getScheduledAuditName() { return scheduledAuditName; } /** ** The name of the scheduled audit. (Max. 128 chars) *
*
* Constraints:
* Length: 1 - 128
* Pattern: [a-zA-Z0-9_-]+
*
* @param scheduledAuditName
* The name of the scheduled audit. (Max. 128 chars) *
*/ public void setScheduledAuditName(String scheduledAuditName) { this.scheduledAuditName = scheduledAuditName; } /** ** The name of the scheduled audit. (Max. 128 chars) *
** Returns a reference to this object so that method calls can be chained * together. *
* Constraints:
* Length: 1 - 128
* Pattern: [a-zA-Z0-9_-]+
*
* @param scheduledAuditName
* The name of the scheduled audit. (Max. 128 chars) *
* @return A reference to this updated object so that method calls can be * chained together. */ public UpdateScheduledAuditRequest withScheduledAuditName(String scheduledAuditName) { this.scheduledAuditName = scheduledAuditName; return this; } /** * Returns a string representation of this object; useful for testing and * debugging. * * @return A string representation of this object. * @see java.lang.Object#toString() */ @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("{"); if (getFrequency() != null) sb.append("frequency: " + getFrequency() + ","); if (getDayOfMonth() != null) sb.append("dayOfMonth: " + getDayOfMonth() + ","); if (getDayOfWeek() != null) sb.append("dayOfWeek: " + getDayOfWeek() + ","); if (getTargetCheckNames() != null) sb.append("targetCheckNames: " + getTargetCheckNames() + ","); if (getScheduledAuditName() != null) sb.append("scheduledAuditName: " + getScheduledAuditName()); sb.append("}"); return sb.toString(); } @Override public int hashCode() { final int prime = 31; int hashCode = 1; hashCode = prime * hashCode + ((getFrequency() == null) ? 0 : getFrequency().hashCode()); hashCode = prime * hashCode + ((getDayOfMonth() == null) ? 0 : getDayOfMonth().hashCode()); hashCode = prime * hashCode + ((getDayOfWeek() == null) ? 0 : getDayOfWeek().hashCode()); hashCode = prime * hashCode + ((getTargetCheckNames() == null) ? 0 : getTargetCheckNames().hashCode()); hashCode = prime * hashCode + ((getScheduledAuditName() == null) ? 0 : getScheduledAuditName().hashCode()); return hashCode; } @Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (obj instanceof UpdateScheduledAuditRequest == false) return false; UpdateScheduledAuditRequest other = (UpdateScheduledAuditRequest) obj; if (other.getFrequency() == null ^ this.getFrequency() == null) return false; if (other.getFrequency() != null && other.getFrequency().equals(this.getFrequency()) == false) return false; if (other.getDayOfMonth() == null ^ this.getDayOfMonth() == null) return false; if (other.getDayOfMonth() != null && other.getDayOfMonth().equals(this.getDayOfMonth()) == false) return false; if (other.getDayOfWeek() == null ^ this.getDayOfWeek() == null) return false; if (other.getDayOfWeek() != null && other.getDayOfWeek().equals(this.getDayOfWeek()) == false) return false; if (other.getTargetCheckNames() == null ^ this.getTargetCheckNames() == null) return false; if (other.getTargetCheckNames() != null && other.getTargetCheckNames().equals(this.getTargetCheckNames()) == false) return false; if (other.getScheduledAuditName() == null ^ this.getScheduledAuditName() == null) return false; if (other.getScheduledAuditName() != null && other.getScheduledAuditName().equals(this.getScheduledAuditName()) == false) return false; return true; } }