@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AppsListDataSummary extends Object implements Serializable, Cloneable, StructuredPojo
Details of the Firewall Manager applications list.
Constructor and Description |
---|
AppsListDataSummary() |
Modifier and Type | Method and Description |
---|---|
AppsListDataSummary |
clone() |
boolean |
equals(Object obj) |
List<App> |
getAppsList()
An array of
App objects in the Firewall Manager applications list. |
String |
getListArn()
The Amazon Resource Name (ARN) of the applications list.
|
String |
getListId()
The ID of the applications list.
|
String |
getListName()
The name of the applications list.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAppsList(Collection<App> appsList)
An array of
App objects in the Firewall Manager applications list. |
void |
setListArn(String listArn)
The Amazon Resource Name (ARN) of the applications list.
|
void |
setListId(String listId)
The ID of the applications list.
|
void |
setListName(String listName)
The name of the applications list.
|
String |
toString()
Returns a string representation of this object.
|
AppsListDataSummary |
withAppsList(App... appsList)
An array of
App objects in the Firewall Manager applications list. |
AppsListDataSummary |
withAppsList(Collection<App> appsList)
An array of
App objects in the Firewall Manager applications list. |
AppsListDataSummary |
withListArn(String listArn)
The Amazon Resource Name (ARN) of the applications list.
|
AppsListDataSummary |
withListId(String listId)
The ID of the applications list.
|
AppsListDataSummary |
withListName(String listName)
The name of the applications list.
|
public void setListArn(String listArn)
The Amazon Resource Name (ARN) of the applications list.
listArn
- The Amazon Resource Name (ARN) of the applications list.public String getListArn()
The Amazon Resource Name (ARN) of the applications list.
public AppsListDataSummary withListArn(String listArn)
The Amazon Resource Name (ARN) of the applications list.
listArn
- The Amazon Resource Name (ARN) of the applications list.public void setListId(String listId)
The ID of the applications list.
listId
- The ID of the applications list.public String getListId()
The ID of the applications list.
public AppsListDataSummary withListId(String listId)
The ID of the applications list.
listId
- The ID of the applications list.public void setListName(String listName)
The name of the applications list.
listName
- The name of the applications list.public String getListName()
The name of the applications list.
public AppsListDataSummary withListName(String listName)
The name of the applications list.
listName
- The name of the applications list.public List<App> getAppsList()
An array of App
objects in the Firewall Manager applications list.
App
objects in the Firewall Manager applications list.public void setAppsList(Collection<App> appsList)
An array of App
objects in the Firewall Manager applications list.
appsList
- An array of App
objects in the Firewall Manager applications list.public AppsListDataSummary withAppsList(App... appsList)
An array of App
objects 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 App
objects in the Firewall Manager applications list.public AppsListDataSummary withAppsList(Collection<App> appsList)
An array of App
objects in the Firewall Manager applications list.
appsList
- An array of App
objects in the Firewall Manager applications list.public String toString()
toString
in class Object
Object.toString()
public AppsListDataSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.