public class DescribeDatasetRequest extends com.amazonaws.AmazonWebServiceRequest implements Serializable
DescribeDataset operation.| Constructor and Description |
|---|
DescribeDatasetRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDatasetName()
Returns the value of the DatasetName property for this object.
|
String |
getIdentityId()
Returns the value of the IdentityId property for this object.
|
String |
getIdentityPoolId()
Returns the value of the IdentityPoolId property for this object.
|
int |
hashCode() |
void |
setDatasetName(String datasetName)
Sets the value of the DatasetName property for this object.
|
void |
setIdentityId(String identityId)
Sets the value of the IdentityId property for this object.
|
void |
setIdentityPoolId(String identityPoolId)
Sets the value of the IdentityPoolId property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDatasetRequest |
withDatasetName(String datasetName)
Sets the value of the DatasetName property for this object.
|
DescribeDatasetRequest |
withIdentityId(String identityId)
Sets the value of the IdentityId property for this object.
|
DescribeDatasetRequest |
withIdentityPoolId(String identityPoolId)
Sets the value of the IdentityPoolId property for this object.
|
public String getIdentityPoolId()
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
public void setIdentityPoolId(String identityPoolId)
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityPoolId - The new value for the IdentityPoolId property for this object.public DescribeDatasetRequest withIdentityPoolId(String identityPoolId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityPoolId - The new value for the IdentityPoolId property for this object.public String getIdentityId()
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
public void setIdentityId(String identityId)
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityId - The new value for the IdentityId property for this object.public DescribeDatasetRequest withIdentityId(String identityId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityId - The new value for the IdentityId property for this object.public String getDatasetName()
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_.:-]+
public void setDatasetName(String datasetName)
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_.:-]+
datasetName - The new value for the DatasetName property for this object.public DescribeDatasetRequest withDatasetName(String datasetName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_.:-]+
datasetName - The new value for the DatasetName property for this object.public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.