@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTopicRefreshResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeTopicRefreshResult() |
Modifier and Type | Method and Description |
---|---|
DescribeTopicRefreshResult |
clone() |
boolean |
equals(Object obj) |
TopicRefreshDetails |
getRefreshDetails()
Details of the refresh, which is performed when the topic is created or updated.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
int |
hashCode() |
void |
setRefreshDetails(TopicRefreshDetails refreshDetails)
Details of the refresh, which is performed when the topic is created or updated.
|
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.
|
DescribeTopicRefreshResult |
withRefreshDetails(TopicRefreshDetails refreshDetails)
Details of the refresh, which is performed when the topic is created or updated.
|
DescribeTopicRefreshResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DescribeTopicRefreshResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRefreshDetails(TopicRefreshDetails refreshDetails)
Details of the refresh, which is performed when the topic is created or updated.
refreshDetails
- Details of the refresh, which is performed when the topic is created or updated.public TopicRefreshDetails getRefreshDetails()
Details of the refresh, which is performed when the topic is created or updated.
public DescribeTopicRefreshResult withRefreshDetails(TopicRefreshDetails refreshDetails)
Details of the refresh, which is performed when the topic is created or updated.
refreshDetails
- Details of the refresh, which is performed when the topic is created or updated.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 DescribeTopicRefreshResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.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 DescribeTopicRefreshResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public String toString()
toString
in class Object
Object.toString()
public DescribeTopicRefreshResult clone()