@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 ARN of the dataset.
|
String |
getDataSetId()
The ID for the dataset you want to create.
|
String |
getRequestId()
The AWS request ID for this operation.
|
Integer |
getStatus()
The http status of the request.
|
int |
hashCode() |
void |
setDataSetArn(String dataSetArn)
The ARN of the dataset.
|
void |
setDataSetId(String dataSetId)
The ID for the dataset you want to create.
|
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.
|
UpdateDataSetPermissionsResult |
withDataSetArn(String dataSetArn)
The ARN of the dataset.
|
UpdateDataSetPermissionsResult |
withDataSetId(String dataSetId)
The ID for the dataset you want to create.
|
UpdateDataSetPermissionsResult |
withRequestId(String requestId)
The AWS 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 ARN of the dataset.
dataSetArn
- The ARN of the dataset.public String getDataSetArn()
The ARN of the dataset.
public UpdateDataSetPermissionsResult withDataSetArn(String dataSetArn)
The ARN of the dataset.
dataSetArn
- The ARN of the dataset.public void setDataSetId(String dataSetId)
The ID for the dataset you want to create. This is unique per region per AWS account.
dataSetId
- The ID for the dataset you want to create. This is unique per region per AWS account.public String getDataSetId()
The ID for the dataset you want to create. This is unique per region per AWS account.
public UpdateDataSetPermissionsResult withDataSetId(String dataSetId)
The ID for the dataset you want to create. This is unique per region per AWS account.
dataSetId
- The ID for the dataset you want to create. This is unique per region per 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 UpdateDataSetPermissionsResult 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 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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.