@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDataSourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateDataSourceResult() |
Modifier and Type | Method and Description |
---|---|
UpdateDataSourceResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the data source.
|
String |
getDataSourceId()
The ID of the data source.
|
String |
getRequestId()
The AWS request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
String |
getUpdateStatus()
The update status of the data source's last update.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the data source.
|
void |
setDataSourceId(String dataSourceId)
The ID of the data source.
|
void |
setRequestId(String requestId)
The AWS request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
void |
setUpdateStatus(String updateStatus)
The update status of the data source's last update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDataSourceResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the data source.
|
UpdateDataSourceResult |
withDataSourceId(String dataSourceId)
The ID of the data source.
|
UpdateDataSourceResult |
withRequestId(String requestId)
The AWS request ID for this operation.
|
UpdateDataSourceResult |
withStatus(Integer status)
The HTTP status of the request.
|
UpdateDataSourceResult |
withUpdateStatus(ResourceStatus updateStatus)
The update status of the data source's last update.
|
UpdateDataSourceResult |
withUpdateStatus(String updateStatus)
The update status of the data source's last update.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) of the data source.
arn
- The Amazon Resource Name (ARN) of the data source.public String getArn()
The Amazon Resource Name (ARN) of the data source.
public UpdateDataSourceResult withArn(String arn)
The Amazon Resource Name (ARN) of the data source.
arn
- The Amazon Resource Name (ARN) of the data source.public void setDataSourceId(String dataSourceId)
The ID of the data source. This ID is unique per AWS Region for each AWS account.
dataSourceId
- The ID of the data source. This ID is unique per AWS Region for each AWS account.public String getDataSourceId()
The ID of the data source. This ID is unique per AWS Region for each AWS account.
public UpdateDataSourceResult withDataSourceId(String dataSourceId)
The ID of the data source. This ID is unique per AWS Region for each AWS account.
dataSourceId
- The ID of the data source. This ID is unique per AWS Region for each AWS account.public void setUpdateStatus(String updateStatus)
The update status of the data source's last update.
updateStatus
- The update status of the data source's last update.ResourceStatus
public String getUpdateStatus()
The update status of the data source's last update.
ResourceStatus
public UpdateDataSourceResult withUpdateStatus(String updateStatus)
The update status of the data source's last update.
updateStatus
- The update status of the data source's last update.ResourceStatus
public UpdateDataSourceResult withUpdateStatus(ResourceStatus updateStatus)
The update status of the data source's last update.
updateStatus
- The update status of the data source's last update.ResourceStatus
public void setRequestId(String requestId)
The AWS request ID for this operation.
requestId
- The AWS request ID for this operation.public String getRequestId()
The AWS request ID for this operation.
public UpdateDataSourceResult withRequestId(String requestId)
The AWS request ID for this operation.
requestId
- The AWS 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 UpdateDataSourceResult 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 UpdateDataSourceResult clone()