@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteConnectClientAddInRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteConnectClientAddInRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteConnectClientAddInRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAddInId()
The identifier of the client add-in to delete.
|
String |
getResourceId()
The directory identifier for which the client add-in is configured.
|
int |
hashCode() |
void |
setAddInId(String addInId)
The identifier of the client add-in to delete.
|
void |
setResourceId(String resourceId)
The directory identifier for which the client add-in is configured.
|
String |
toString()
Returns a string representation of this object.
|
DeleteConnectClientAddInRequest |
withAddInId(String addInId)
The identifier of the client add-in to delete.
|
DeleteConnectClientAddInRequest |
withResourceId(String resourceId)
The directory identifier for which the client add-in is configured.
|
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 setAddInId(String addInId)
The identifier of the client add-in to delete.
addInId
- The identifier of the client add-in to delete.public String getAddInId()
The identifier of the client add-in to delete.
public DeleteConnectClientAddInRequest withAddInId(String addInId)
The identifier of the client add-in to delete.
addInId
- The identifier of the client add-in to delete.public void setResourceId(String resourceId)
The directory identifier for which the client add-in is configured.
resourceId
- The directory identifier for which the client add-in is configured.public String getResourceId()
The directory identifier for which the client add-in is configured.
public DeleteConnectClientAddInRequest withResourceId(String resourceId)
The directory identifier for which the client add-in is configured.
resourceId
- The directory identifier for which the client add-in is configured.public String toString()
toString
in class Object
Object.toString()
public DeleteConnectClientAddInRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()