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