@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()
If there are additional results, this is 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)
If there are additional results, this is 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)
If there are additional results, this is 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)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.public String getNextToken()
If there are additional results, this is the token for the next set of results.
public ListSecurityProfileApplicationsResult withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.public String toString()
toString in class ObjectObject.toString()public ListSecurityProfileApplicationsResult clone()
Copyright © 2023. All rights reserved.