@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDataSourcePermissionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateDataSourcePermissionsResult() |
Modifier and Type | Method and Description |
---|---|
UpdateDataSourcePermissionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getDataSourceArn()
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.
|
int |
hashCode() |
void |
setDataSourceArn(String dataSourceArn)
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.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDataSourcePermissionsResult |
withDataSourceArn(String dataSourceArn)
The Amazon Resource Name (ARN) of the data source.
|
UpdateDataSourcePermissionsResult |
withDataSourceId(String dataSourceId)
The ID of the data source.
|
UpdateDataSourcePermissionsResult |
withRequestId(String requestId)
The AWS request ID for this operation.
|
UpdateDataSourcePermissionsResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDataSourceArn(String dataSourceArn)
The Amazon Resource Name (ARN) of the data source.
dataSourceArn
- The Amazon Resource Name (ARN) of the data source.public String getDataSourceArn()
The Amazon Resource Name (ARN) of the data source.
public UpdateDataSourcePermissionsResult withDataSourceArn(String dataSourceArn)
The Amazon Resource Name (ARN) of the data source.
dataSourceArn
- 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 UpdateDataSourcePermissionsResult 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 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 UpdateDataSourcePermissionsResult 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 UpdateDataSourcePermissionsResult 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 UpdateDataSourcePermissionsResult clone()