@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateBusinessReportScheduleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateBusinessReportScheduleResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateBusinessReportScheduleResult |
clone() |
boolean |
equals(Object obj) |
String |
getScheduleArn()
The ARN of the business report schedule.
|
int |
hashCode() |
void |
setScheduleArn(String scheduleArn)
The ARN of the business report schedule.
|
String |
toString()
Returns a string representation of this object.
|
CreateBusinessReportScheduleResult |
withScheduleArn(String scheduleArn)
The ARN of the business report schedule.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setScheduleArn(String scheduleArn)
The ARN of the business report schedule.
scheduleArn - The ARN of the business report schedule.public String getScheduleArn()
The ARN of the business report schedule.
public CreateBusinessReportScheduleResult withScheduleArn(String scheduleArn)
The ARN of the business report schedule.
scheduleArn - The ARN of the business report schedule.public String toString()
toString in class ObjectObject.toString()public CreateBusinessReportScheduleResult clone()
Copyright © 2022. All rights reserved.