@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 |
getLastModifiedRegion()
The Amazon Web Services Region where this resource was last modified.
|
Date |
getLastModifiedTime()
The timestamp when this resource was last modified.
|
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 |
setLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
|
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 |
withLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
|
ListSecurityProfileApplicationsResult |
withLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
|
ListSecurityProfileApplicationsResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 void setLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
lastModifiedTime
- The timestamp when this resource was last modified.public Date getLastModifiedTime()
The timestamp when this resource was last modified.
public ListSecurityProfileApplicationsResult withLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
lastModifiedTime
- The timestamp when this resource was last modified.public void setLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
lastModifiedRegion
- The Amazon Web Services Region where this resource was last modified.public String getLastModifiedRegion()
The Amazon Web Services Region where this resource was last modified.
public ListSecurityProfileApplicationsResult withLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
lastModifiedRegion
- The Amazon Web Services Region where this resource was last modified.public String toString()
toString
in class Object
Object.toString()
public ListSecurityProfileApplicationsResult clone()