@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRefreshScheduleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeRefreshScheduleResult() |
Modifier and Type | Method and Description |
---|---|
DescribeRefreshScheduleResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) for the refresh schedule.
|
RefreshSchedule |
getRefreshSchedule()
The refresh schedule.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) for the refresh schedule.
|
void |
setRefreshSchedule(RefreshSchedule refreshSchedule)
The refresh schedule.
|
void |
setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRefreshScheduleResult |
withArn(String arn)
The Amazon Resource Name (ARN) for the refresh schedule.
|
DescribeRefreshScheduleResult |
withRefreshSchedule(RefreshSchedule refreshSchedule)
The refresh schedule.
|
DescribeRefreshScheduleResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DescribeRefreshScheduleResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRefreshSchedule(RefreshSchedule refreshSchedule)
The refresh schedule.
refreshSchedule
- The refresh schedule.public RefreshSchedule getRefreshSchedule()
The refresh schedule.
public DescribeRefreshScheduleResult withRefreshSchedule(RefreshSchedule refreshSchedule)
The refresh schedule.
refreshSchedule
- The refresh schedule.public void setStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public Integer getStatus()
The HTTP status of the request.
public DescribeRefreshScheduleResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public void setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String getRequestId()
The Amazon Web Services request ID for this operation.
public DescribeRefreshScheduleResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public void setArn(String arn)
The Amazon Resource Name (ARN) for the refresh schedule.
arn
- The Amazon Resource Name (ARN) for the refresh schedule.public String getArn()
The Amazon Resource Name (ARN) for the refresh schedule.
public DescribeRefreshScheduleResult withArn(String arn)
The Amazon Resource Name (ARN) for the refresh schedule.
arn
- The Amazon Resource Name (ARN) for the refresh schedule.public String toString()
toString
in class Object
Object.toString()
public DescribeRefreshScheduleResult clone()