@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateScheduledAuditResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateScheduledAuditResult() |
Modifier and Type | Method and Description |
---|---|
UpdateScheduledAuditResult |
clone() |
boolean |
equals(Object obj) |
String |
getScheduledAuditArn()
The ARN of the scheduled audit.
|
int |
hashCode() |
void |
setScheduledAuditArn(String scheduledAuditArn)
The ARN of the scheduled audit.
|
String |
toString()
Returns a string representation of this object.
|
UpdateScheduledAuditResult |
withScheduledAuditArn(String scheduledAuditArn)
The ARN of the scheduled audit.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 UpdateScheduledAuditResult 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 UpdateScheduledAuditResult clone()