@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAppsListRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetAppsListRequest() |
Modifier and Type | Method and Description |
---|---|
GetAppsListRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getDefaultList()
Specifies whether the list to retrieve is a default list owned by Firewall Manager.
|
String |
getListId()
The ID of the Firewall Manager applications list that you want the details for.
|
int |
hashCode() |
Boolean |
isDefaultList()
Specifies whether the list to retrieve is a default list owned by Firewall Manager.
|
void |
setDefaultList(Boolean defaultList)
Specifies whether the list to retrieve is a default list owned by Firewall Manager.
|
void |
setListId(String listId)
The ID of the Firewall Manager applications list that you want the details for.
|
String |
toString()
Returns a string representation of this object.
|
GetAppsListRequest |
withDefaultList(Boolean defaultList)
Specifies whether the list to retrieve is a default list owned by Firewall Manager.
|
GetAppsListRequest |
withListId(String listId)
The ID of the Firewall Manager applications list that you want the details for.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setListId(String listId)
The ID of the Firewall Manager applications list that you want the details for.
listId
- The ID of the Firewall Manager applications list that you want the details for.public String getListId()
The ID of the Firewall Manager applications list that you want the details for.
public GetAppsListRequest withListId(String listId)
The ID of the Firewall Manager applications list that you want the details for.
listId
- The ID of the Firewall Manager applications list that you want the details for.public void setDefaultList(Boolean defaultList)
Specifies whether the list to retrieve is a default list owned by Firewall Manager.
defaultList
- Specifies whether the list to retrieve is a default list owned by Firewall Manager.public Boolean getDefaultList()
Specifies whether the list to retrieve is a default list owned by Firewall Manager.
public GetAppsListRequest withDefaultList(Boolean defaultList)
Specifies whether the list to retrieve is a default list owned by Firewall Manager.
defaultList
- Specifies whether the list to retrieve is a default list owned by Firewall Manager.public Boolean isDefaultList()
Specifies whether the list to retrieve is a default list owned by Firewall Manager.
public String toString()
toString
in class Object
Object.toString()
public GetAppsListRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()