@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AppsListData extends Object implements Serializable, Cloneable, StructuredPojo
An Firewall Manager applications list.
Constructor and Description |
---|
AppsListData() |
Modifier and Type | Method and Description |
---|---|
AppsListData |
addPreviousAppsListEntry(String key,
List<App> value)
Add a single PreviousAppsList entry
|
AppsListData |
clearPreviousAppsListEntries()
Removes all the entries added into PreviousAppsList.
|
AppsListData |
clone() |
boolean |
equals(Object obj) |
List<App> |
getAppsList()
An array of applications in the Firewall Manager applications list.
|
Date |
getCreateTime()
The time that the Firewall Manager applications list was created.
|
Date |
getLastUpdateTime()
The time that the Firewall Manager applications list was last updated.
|
String |
getListId()
The ID of the Firewall Manager applications list.
|
String |
getListName()
The name of the Firewall Manager applications list.
|
String |
getListUpdateToken()
A unique identifier for each update to the list.
|
Map<String,List<App>> |
getPreviousAppsList()
A map of previous version numbers to their corresponding
App object arrays. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAppsList(Collection<App> appsList)
An array of applications in the Firewall Manager applications list.
|
void |
setCreateTime(Date createTime)
The time that the Firewall Manager applications list was created.
|
void |
setLastUpdateTime(Date lastUpdateTime)
The time that the Firewall Manager applications list was last updated.
|
void |
setListId(String listId)
The ID of the Firewall Manager applications list.
|
void |
setListName(String listName)
The name of the Firewall Manager applications list.
|
void |
setListUpdateToken(String listUpdateToken)
A unique identifier for each update to the list.
|
void |
setPreviousAppsList(Map<String,List<App>> previousAppsList)
A map of previous version numbers to their corresponding
App object arrays. |
String |
toString()
Returns a string representation of this object.
|
AppsListData |
withAppsList(App... appsList)
An array of applications in the Firewall Manager applications list.
|
AppsListData |
withAppsList(Collection<App> appsList)
An array of applications in the Firewall Manager applications list.
|
AppsListData |
withCreateTime(Date createTime)
The time that the Firewall Manager applications list was created.
|
AppsListData |
withLastUpdateTime(Date lastUpdateTime)
The time that the Firewall Manager applications list was last updated.
|
AppsListData |
withListId(String listId)
The ID of the Firewall Manager applications list.
|
AppsListData |
withListName(String listName)
The name of the Firewall Manager applications list.
|
AppsListData |
withListUpdateToken(String listUpdateToken)
A unique identifier for each update to the list.
|
AppsListData |
withPreviousAppsList(Map<String,List<App>> previousAppsList)
A map of previous version numbers to their corresponding
App object arrays. |
public void setListId(String listId)
The ID of the Firewall Manager applications list.
listId
- The ID of the Firewall Manager applications list.public String getListId()
The ID of the Firewall Manager applications list.
public AppsListData withListId(String listId)
The ID of the Firewall Manager applications list.
listId
- The ID of the Firewall Manager applications list.public void setListName(String listName)
The name of the Firewall Manager applications list.
listName
- The name of the Firewall Manager applications list.public String getListName()
The name of the Firewall Manager applications list.
public AppsListData withListName(String listName)
The name of the Firewall Manager applications list.
listName
- The name of the Firewall Manager applications list.public void setListUpdateToken(String listUpdateToken)
A unique identifier for each update to the list. When you update the list, the update token must match the token of the current version of the application list. You can retrieve the update token by getting the list.
listUpdateToken
- A unique identifier for each update to the list. When you update the list, the update token must match the
token of the current version of the application list. You can retrieve the update token by getting the
list.public String getListUpdateToken()
A unique identifier for each update to the list. When you update the list, the update token must match the token of the current version of the application list. You can retrieve the update token by getting the list.
public AppsListData withListUpdateToken(String listUpdateToken)
A unique identifier for each update to the list. When you update the list, the update token must match the token of the current version of the application list. You can retrieve the update token by getting the list.
listUpdateToken
- A unique identifier for each update to the list. When you update the list, the update token must match the
token of the current version of the application list. You can retrieve the update token by getting the
list.public void setCreateTime(Date createTime)
The time that the Firewall Manager applications list was created.
createTime
- The time that the Firewall Manager applications list was created.public Date getCreateTime()
The time that the Firewall Manager applications list was created.
public AppsListData withCreateTime(Date createTime)
The time that the Firewall Manager applications list was created.
createTime
- The time that the Firewall Manager applications list was created.public void setLastUpdateTime(Date lastUpdateTime)
The time that the Firewall Manager applications list was last updated.
lastUpdateTime
- The time that the Firewall Manager applications list was last updated.public Date getLastUpdateTime()
The time that the Firewall Manager applications list was last updated.
public AppsListData withLastUpdateTime(Date lastUpdateTime)
The time that the Firewall Manager applications list was last updated.
lastUpdateTime
- The time that the Firewall Manager applications list was last updated.public List<App> getAppsList()
An array of applications in the Firewall Manager applications list.
public void setAppsList(Collection<App> appsList)
An array of applications in the Firewall Manager applications list.
appsList
- An array of applications in the Firewall Manager applications list.public AppsListData withAppsList(App... appsList)
An array of applications in the Firewall Manager applications list.
NOTE: This method appends the values to the existing list (if any). Use
setAppsList(java.util.Collection)
or withAppsList(java.util.Collection)
if you want to override
the existing values.
appsList
- An array of applications in the Firewall Manager applications list.public AppsListData withAppsList(Collection<App> appsList)
An array of applications in the Firewall Manager applications list.
appsList
- An array of applications in the Firewall Manager applications list.public Map<String,List<App>> getPreviousAppsList()
A map of previous version numbers to their corresponding App
object arrays.
App
object arrays.public void setPreviousAppsList(Map<String,List<App>> previousAppsList)
A map of previous version numbers to their corresponding App
object arrays.
previousAppsList
- A map of previous version numbers to their corresponding App
object arrays.public AppsListData withPreviousAppsList(Map<String,List<App>> previousAppsList)
A map of previous version numbers to their corresponding App
object arrays.
previousAppsList
- A map of previous version numbers to their corresponding App
object arrays.public AppsListData addPreviousAppsListEntry(String key, List<App> value)
public AppsListData clearPreviousAppsListEntries()
public String toString()
toString
in class Object
Object.toString()
public AppsListData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.