@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDataSetPermissionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDataSetPermissionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDataSetPermissionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getDataSetArn()
The Amazon Resource Name (ARN) of the dataset.
|
String |
getDataSetId()
The ID for the dataset that you want to create.
|
List<ResourcePermission> |
getPermissions()
A list of resource permissions on the dataset.
|
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 that you want to create.
|
void |
setPermissions(Collection<ResourcePermission> permissions)
A list of resource permissions on the dataset.
|
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.
|
DescribeDataSetPermissionsResult |
withDataSetArn(String dataSetArn)
The Amazon Resource Name (ARN) of the dataset.
|
DescribeDataSetPermissionsResult |
withDataSetId(String dataSetId)
The ID for the dataset that you want to create.
|
DescribeDataSetPermissionsResult |
withPermissions(Collection<ResourcePermission> permissions)
A list of resource permissions on the dataset.
|
DescribeDataSetPermissionsResult |
withPermissions(ResourcePermission... permissions)
A list of resource permissions on the dataset.
|
DescribeDataSetPermissionsResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DescribeDataSetPermissionsResult |
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 DescribeDataSetPermissionsResult 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 that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
dataSetId
- The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each
Amazon Web Services account.public String getDataSetId()
The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
public DescribeDataSetPermissionsResult withDataSetId(String dataSetId)
The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
dataSetId
- The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each
Amazon Web Services account.public List<ResourcePermission> getPermissions()
A list of resource permissions on the dataset.
public void setPermissions(Collection<ResourcePermission> permissions)
A list of resource permissions on the dataset.
permissions
- A list of resource permissions on the dataset.public DescribeDataSetPermissionsResult withPermissions(ResourcePermission... permissions)
A list of resource permissions on the dataset.
NOTE: This method appends the values to the existing list (if any). Use
setPermissions(java.util.Collection)
or withPermissions(java.util.Collection)
if you want to
override the existing values.
permissions
- A list of resource permissions on the dataset.public DescribeDataSetPermissionsResult withPermissions(Collection<ResourcePermission> permissions)
A list of resource permissions on the dataset.
permissions
- A list of resource permissions on the dataset.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 DescribeDataSetPermissionsResult 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 DescribeDataSetPermissionsResult 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 DescribeDataSetPermissionsResult clone()