@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRefreshSchedulesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListRefreshSchedulesResult() |
Modifier and Type | Method and Description |
---|---|
ListRefreshSchedulesResult |
clone() |
boolean |
equals(Object obj) |
List<RefreshSchedule> |
getRefreshSchedules()
The list of refresh schedules for the dataset.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
int |
hashCode() |
void |
setRefreshSchedules(Collection<RefreshSchedule> refreshSchedules)
The list of refresh schedules for the dataset.
|
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.
|
ListRefreshSchedulesResult |
withRefreshSchedules(Collection<RefreshSchedule> refreshSchedules)
The list of refresh schedules for the dataset.
|
ListRefreshSchedulesResult |
withRefreshSchedules(RefreshSchedule... refreshSchedules)
The list of refresh schedules for the dataset.
|
ListRefreshSchedulesResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
ListRefreshSchedulesResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<RefreshSchedule> getRefreshSchedules()
The list of refresh schedules for the dataset.
public void setRefreshSchedules(Collection<RefreshSchedule> refreshSchedules)
The list of refresh schedules for the dataset.
refreshSchedules
- The list of refresh schedules for the dataset.public ListRefreshSchedulesResult withRefreshSchedules(RefreshSchedule... refreshSchedules)
The list of refresh schedules for the dataset.
NOTE: This method appends the values to the existing list (if any). Use
setRefreshSchedules(java.util.Collection)
or withRefreshSchedules(java.util.Collection)
if you
want to override the existing values.
refreshSchedules
- The list of refresh schedules for the dataset.public ListRefreshSchedulesResult withRefreshSchedules(Collection<RefreshSchedule> refreshSchedules)
The list of refresh schedules for the dataset.
refreshSchedules
- The list of refresh schedules for the dataset.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 ListRefreshSchedulesResult 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 ListRefreshSchedulesResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String toString()
toString
in class Object
Object.toString()
public ListRefreshSchedulesResult clone()