@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAppsListResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetAppsListResult() |
| Modifier and Type | Method and Description |
|---|---|
GetAppsListResult |
clone() |
boolean |
equals(Object obj) |
AppsListData |
getAppsList()
Information about the specified Firewall Manager applications list.
|
String |
getAppsListArn()
The Amazon Resource Name (ARN) of the applications list.
|
int |
hashCode() |
void |
setAppsList(AppsListData appsList)
Information about the specified Firewall Manager applications list.
|
void |
setAppsListArn(String appsListArn)
The Amazon Resource Name (ARN) of the applications list.
|
String |
toString()
Returns a string representation of this object.
|
GetAppsListResult |
withAppsList(AppsListData appsList)
Information about the specified Firewall Manager applications list.
|
GetAppsListResult |
withAppsListArn(String appsListArn)
The Amazon Resource Name (ARN) of the applications list.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAppsList(AppsListData appsList)
Information about the specified Firewall Manager applications list.
appsList - Information about the specified Firewall Manager applications list.public AppsListData getAppsList()
Information about the specified Firewall Manager applications list.
public GetAppsListResult withAppsList(AppsListData appsList)
Information about the specified Firewall Manager applications list.
appsList - Information about the specified Firewall Manager applications list.public void setAppsListArn(String appsListArn)
The Amazon Resource Name (ARN) of the applications list.
appsListArn - The Amazon Resource Name (ARN) of the applications list.public String getAppsListArn()
The Amazon Resource Name (ARN) of the applications list.
public GetAppsListResult withAppsListArn(String appsListArn)
The Amazon Resource Name (ARN) of the applications list.
appsListArn - The Amazon Resource Name (ARN) of the applications list.public String toString()
toString in class ObjectObject.toString()public GetAppsListResult clone()