@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 |
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)
A list of the third-party application's metadata.
|
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)
A list of the third-party application's metadata.
|
ListSecurityProfileApplicationsResult |
withApplications(Collection<Application> applications)
A list of the third-party application's metadata.
|
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()
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)
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()