@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConnectClientAddInsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeConnectClientAddInsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeConnectClientAddInsResult |
clone() |
boolean |
equals(Object obj) |
List<ConnectClientAddIn> |
getAddIns()
Information about client add-ins.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setAddIns(Collection<ConnectClientAddIn> addIns)
Information about client add-ins.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeConnectClientAddInsResult |
withAddIns(Collection<ConnectClientAddIn> addIns)
Information about client add-ins.
|
DescribeConnectClientAddInsResult |
withAddIns(ConnectClientAddIn... addIns)
Information about client add-ins.
|
DescribeConnectClientAddInsResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ConnectClientAddIn> getAddIns()
Information about client add-ins.
public void setAddIns(Collection<ConnectClientAddIn> addIns)
Information about client add-ins.
addIns
- Information about client add-ins.public DescribeConnectClientAddInsResult withAddIns(ConnectClientAddIn... addIns)
Information about client add-ins.
NOTE: This method appends the values to the existing list (if any). Use
setAddIns(java.util.Collection)
or withAddIns(java.util.Collection)
if you want to override the
existing values.
addIns
- Information about client add-ins.public DescribeConnectClientAddInsResult withAddIns(Collection<ConnectClientAddIn> addIns)
Information about client add-ins.
addIns
- Information about client add-ins.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null when there are no more results
to return.public String getNextToken()
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
public DescribeConnectClientAddInsResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null when there are no more results
to return.public String toString()
toString
in class Object
Object.toString()
public DescribeConnectClientAddInsResult clone()