@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 |
getAccountId()
The ID of the member account in the organization.
|
String |
getId()
The ID of the insight.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The ID of the member account in the organization.
|
void |
setId(String id)
The ID of the insight.
|
String |
toString()
Returns a string representation of this object.
|
DescribeInsightRequest |
withAccountId(String accountId)
The ID of the member account in the organization.
|
DescribeInsightRequest |
withId(String id)
The ID of the insight.
|
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 setId(String id)
The ID of the insight.
id
- The ID of the insight.public String getId()
The ID of the insight.
public DescribeInsightRequest withId(String id)
The ID of the insight.
id
- The ID of the insight.public void setAccountId(String accountId)
The ID of the member account in the organization.
accountId
- The ID of the member account in the organization.public String getAccountId()
The ID of the member account in the organization.
public DescribeInsightRequest withAccountId(String accountId)
The ID of the member account in the organization.
accountId
- The ID of the member account in the organization.public String toString()
toString
in class Object
Object.toString()
public DescribeInsightRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()