@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDataSetPermissionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateDataSetPermissionsResult() |
Modifier and Type | Method and Description |
---|---|
UpdateDataSetPermissionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getDataSetArn()
The Amazon Resource Name (ARN) of the dataset.
|
String |
getDataSetId()
The ID for the dataset whose permissions you want to update.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
int |
hashCode() |
void |
setDataSetArn(String dataSetArn)
The Amazon Resource Name (ARN) of the dataset.
|
void |
setDataSetId(String dataSetId)
The ID for the dataset whose permissions you want to update.
|
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.
|
UpdateDataSetPermissionsResult |
withDataSetArn(String dataSetArn)
The Amazon Resource Name (ARN) of the dataset.
|
UpdateDataSetPermissionsResult |
withDataSetId(String dataSetId)
The ID for the dataset whose permissions you want to update.
|
UpdateDataSetPermissionsResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
UpdateDataSetPermissionsResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDataSetArn(String dataSetArn)
The Amazon Resource Name (ARN) of the dataset.
dataSetArn
- The Amazon Resource Name (ARN) of the dataset.public String getDataSetArn()
The Amazon Resource Name (ARN) of the dataset.
public UpdateDataSetPermissionsResult withDataSetArn(String dataSetArn)
The Amazon Resource Name (ARN) of the dataset.
dataSetArn
- The Amazon Resource Name (ARN) of the dataset.public void setDataSetId(String dataSetId)
The ID for the dataset whose permissions you want to update. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
dataSetId
- The ID for the dataset whose permissions you want to update. This ID is unique per Amazon Web Services
Region for each Amazon Web Services account.public String getDataSetId()
The ID for the dataset whose permissions you want to update. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
public UpdateDataSetPermissionsResult withDataSetId(String dataSetId)
The ID for the dataset whose permissions you want to update. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
dataSetId
- The ID for the dataset whose permissions you want to update. 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 UpdateDataSetPermissionsResult 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 UpdateDataSetPermissionsResult 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 UpdateDataSetPermissionsResult clone()