@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeInsightRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeInsightRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeInsightRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClusterName()
The name of the cluster to describe the insight for.
|
String |
getId()
The identity of the insight to describe.
|
int |
hashCode() |
void |
setClusterName(String clusterName)
The name of the cluster to describe the insight for.
|
void |
setId(String id)
The identity of the insight to describe.
|
String |
toString()
Returns a string representation of this object.
|
DescribeInsightRequest |
withClusterName(String clusterName)
The name of the cluster to describe the insight for.
|
DescribeInsightRequest |
withId(String id)
The identity of the insight to describe.
|
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 setClusterName(String clusterName)
The name of the cluster to describe the insight for.
clusterName
- The name of the cluster to describe the insight for.public String getClusterName()
The name of the cluster to describe the insight for.
public DescribeInsightRequest withClusterName(String clusterName)
The name of the cluster to describe the insight for.
clusterName
- The name of the cluster to describe the insight for.public void setId(String id)
The identity of the insight to describe.
id
- The identity of the insight to describe.public String getId()
The identity of the insight to describe.
public DescribeInsightRequest withId(String id)
The identity of the insight to describe.
id
- The identity of the insight to describe.public String toString()
toString
in class Object
Object.toString()
public DescribeInsightRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()