@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetKxDataviewRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetKxDataviewRequest() |
Modifier and Type | Method and Description |
---|---|
GetKxDataviewRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDatabaseName()
The name of the database where you created the dataview.
|
String |
getDataviewName()
A unique identifier for the dataview.
|
String |
getEnvironmentId()
A unique identifier for the kdb environment, from where you want to retrieve the dataview details.
|
int |
hashCode() |
void |
setDatabaseName(String databaseName)
The name of the database where you created the dataview.
|
void |
setDataviewName(String dataviewName)
A unique identifier for the dataview.
|
void |
setEnvironmentId(String environmentId)
A unique identifier for the kdb environment, from where you want to retrieve the dataview details.
|
String |
toString()
Returns a string representation of this object.
|
GetKxDataviewRequest |
withDatabaseName(String databaseName)
The name of the database where you created the dataview.
|
GetKxDataviewRequest |
withDataviewName(String dataviewName)
A unique identifier for the dataview.
|
GetKxDataviewRequest |
withEnvironmentId(String environmentId)
A unique identifier for the kdb environment, from where you want to retrieve the dataview details.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setEnvironmentId(String environmentId)
A unique identifier for the kdb environment, from where you want to retrieve the dataview details.
environmentId
- A unique identifier for the kdb environment, from where you want to retrieve the dataview details.public String getEnvironmentId()
A unique identifier for the kdb environment, from where you want to retrieve the dataview details.
public GetKxDataviewRequest withEnvironmentId(String environmentId)
A unique identifier for the kdb environment, from where you want to retrieve the dataview details.
environmentId
- A unique identifier for the kdb environment, from where you want to retrieve the dataview details.public void setDatabaseName(String databaseName)
The name of the database where you created the dataview.
databaseName
- The name of the database where you created the dataview.public String getDatabaseName()
The name of the database where you created the dataview.
public GetKxDataviewRequest withDatabaseName(String databaseName)
The name of the database where you created the dataview.
databaseName
- The name of the database where you created the dataview.public void setDataviewName(String dataviewName)
A unique identifier for the dataview.
dataviewName
- A unique identifier for the dataview.public String getDataviewName()
A unique identifier for the dataview.
public GetKxDataviewRequest withDataviewName(String dataviewName)
A unique identifier for the dataview.
dataviewName
- A unique identifier for the dataview.public String toString()
toString
in class Object
Object.toString()
public GetKxDataviewRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()