@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSecurityProfileApplicationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListSecurityProfileApplicationsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListSecurityProfileApplicationsResult |
clone() |
boolean |
equals(Object obj) |
List<Application> |
getApplications()
This API is in preview release for Amazon Connect and is subject to change.
|
String |
getNextToken()
The token for the next set of results.
|
int |
hashCode() |
void |
setApplications(Collection<Application> applications)
This API is in preview release for Amazon Connect and is subject to change.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListSecurityProfileApplicationsResult |
withApplications(Application... applications)
This API is in preview release for Amazon Connect and is subject to change.
|
ListSecurityProfileApplicationsResult |
withApplications(Collection<Application> applications)
This API is in preview release for Amazon Connect and is subject to change.
|
ListSecurityProfileApplicationsResult |
withNextToken(String nextToken)
The token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListSecurityProfileApplicationsResult()
public List<Application> getApplications()
This API is in preview release for Amazon Connect and is subject to change.
A list of the third party application's metadata.
A list of the third party application's metadata.
public void setApplications(Collection<Application> applications)
This API is in preview release for Amazon Connect and is subject to change.
A list of the third party application's metadata.
applications - This API is in preview release for Amazon Connect and is subject to change.
A list of the third party application's metadata.
public ListSecurityProfileApplicationsResult withApplications(Application... applications)
This API is in preview release for Amazon Connect and is subject to change.
A list of the third party application's metadata.
NOTE: This method appends the values to the existing list (if any). Use
setApplications(java.util.Collection) or withApplications(java.util.Collection) if you want to
override the existing values.
applications - This API is in preview release for Amazon Connect and is subject to change.
A list of the third party application's metadata.
public ListSecurityProfileApplicationsResult withApplications(Collection<Application> applications)
This API is in preview release for Amazon Connect and is subject to change.
A list of the third party application's metadata.
applications - This API is in preview release for Amazon Connect and is subject to change.
A list of the third party application's metadata.
public void setNextToken(String nextToken)
The token for the next set of results. The next set of results can be retrieved by using the token value returned in the previous response when making the next request.
nextToken - The token for the next set of results. The next set of results can be retrieved by using the token value
returned in the previous response when making the next request.public String getNextToken()
The token for the next set of results. The next set of results can be retrieved by using the token value returned in the previous response when making the next request.
public ListSecurityProfileApplicationsResult withNextToken(String nextToken)
The token for the next set of results. The next set of results can be retrieved by using the token value returned in the previous response when making the next request.
nextToken - The token for the next set of results. The next set of results can be retrieved by using the token value
returned in the previous response when making the next request.public String toString()
toString in class ObjectObject.toString()public ListSecurityProfileApplicationsResult clone()
Copyright © 2023. All rights reserved.