@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()
A list of the third party application's metadata.
|
String |
getNextToken()
The token for the next set of results.
|
int |
hashCode() |
void |
setApplications(Collection<Application> applications)
A list of the third party application's metadata.
|
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)
A list of the third party application's metadata.
|
ListSecurityProfileApplicationsResult |
withApplications(Collection<Application> applications)
A list of the third party application's metadata.
|
ListSecurityProfileApplicationsResult |
withNextToken(String nextToken)
The token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListSecurityProfileApplicationsResult()
public List<Application> getApplications()
A list of the third party application's metadata.
public void setApplications(Collection<Application> applications)
A list of the third party application's metadata.
applications - A list of the third party application's metadata.public ListSecurityProfileApplicationsResult withApplications(Application... applications)
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 - A list of the third party application's metadata.public ListSecurityProfileApplicationsResult withApplications(Collection<Application> applications)
A list of the third party application's metadata.
applications - 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.