@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAssistantAssociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetAssistantAssociationRequest() |
Modifier and Type | Method and Description |
---|---|
GetAssistantAssociationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssistantAssociationId()
The identifier of the assistant association.
|
String |
getAssistantId()
The identifier of the Wisdom assistant.
|
int |
hashCode() |
void |
setAssistantAssociationId(String assistantAssociationId)
The identifier of the assistant association.
|
void |
setAssistantId(String assistantId)
The identifier of the Wisdom assistant.
|
String |
toString()
Returns a string representation of this object.
|
GetAssistantAssociationRequest |
withAssistantAssociationId(String assistantAssociationId)
The identifier of the assistant association.
|
GetAssistantAssociationRequest |
withAssistantId(String assistantId)
The identifier of the Wisdom assistant.
|
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 setAssistantAssociationId(String assistantAssociationId)
The identifier of the assistant association. Can be either the ID or the ARN. URLs cannot contain the ARN.
assistantAssociationId
- The identifier of the assistant association. Can be either the ID or the ARN. URLs cannot contain the ARN.public String getAssistantAssociationId()
The identifier of the assistant association. Can be either the ID or the ARN. URLs cannot contain the ARN.
public GetAssistantAssociationRequest withAssistantAssociationId(String assistantAssociationId)
The identifier of the assistant association. Can be either the ID or the ARN. URLs cannot contain the ARN.
assistantAssociationId
- The identifier of the assistant association. Can be either the ID or the ARN. URLs cannot contain the ARN.public void setAssistantId(String assistantId)
The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
assistantId
- The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.public String getAssistantId()
The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
public GetAssistantAssociationRequest withAssistantId(String assistantId)
The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
assistantId
- The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.public String toString()
toString
in class Object
Object.toString()
public GetAssistantAssociationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()