@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 Amazon Web Services 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 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.
|
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 Amazon Web Services 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 Amazon Web Services Region for each Amazon Web Services account.
dataSourceId
- The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services
account.public String getDataSourceId()
The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
public UpdateDataSourcePermissionsResult withDataSourceId(String dataSourceId)
The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
dataSourceId
- The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services
account.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 UpdateDataSourcePermissionsResult 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 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()