@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateScheduledAuditResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateScheduledAuditResult() |
Modifier and Type | Method and Description |
---|---|
CreateScheduledAuditResult |
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.
|
CreateScheduledAuditResult |
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 CreateScheduledAuditResult 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 CreateScheduledAuditResult clone()