public class UpdateScheduledAuditResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description | 
|---|
| UpdateScheduledAuditResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj) | 
| java.lang.String | getScheduledAuditArn()
 The ARN of the scheduled audit. | 
| int | hashCode() | 
| void | setScheduledAuditArn(java.lang.String scheduledAuditArn)
 The ARN of the scheduled audit. | 
| java.lang.String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| UpdateScheduledAuditResult | withScheduledAuditArn(java.lang.String scheduledAuditArn)
 The ARN 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 UpdateScheduledAuditResult 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.