@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutAppsListRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
PutAppsListRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutAppsListRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
AppsListData |
getAppsList()
The details of the Firewall Manager applications list to be created.
|
List<Tag> |
getTagList()
The tags associated with the resource.
|
int |
hashCode() |
void |
setAppsList(AppsListData appsList)
The details of the Firewall Manager applications list to be created.
|
void |
setTagList(Collection<Tag> tagList)
The tags associated with the resource.
|
String |
toString()
Returns a string representation of this object.
|
PutAppsListRequest |
withAppsList(AppsListData appsList)
The details of the Firewall Manager applications list to be created.
|
PutAppsListRequest |
withTagList(Collection<Tag> tagList)
The tags associated with the resource.
|
PutAppsListRequest |
withTagList(Tag... tagList)
The tags associated with the resource.
|
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, withSdkRequestTimeoutpublic void setAppsList(AppsListData appsList)
The details of the Firewall Manager applications list to be created.
appsList - The details of the Firewall Manager applications list to be created.public AppsListData getAppsList()
The details of the Firewall Manager applications list to be created.
public PutAppsListRequest withAppsList(AppsListData appsList)
The details of the Firewall Manager applications list to be created.
appsList - The details of the Firewall Manager applications list to be created.public List<Tag> getTagList()
The tags associated with the resource.
public void setTagList(Collection<Tag> tagList)
The tags associated with the resource.
tagList - The tags associated with the resource.public PutAppsListRequest withTagList(Tag... tagList)
The tags associated with the resource.
NOTE: This method appends the values to the existing list (if any). Use
setTagList(java.util.Collection) or withTagList(java.util.Collection) if you want to override
the existing values.
tagList - The tags associated with the resource.public PutAppsListRequest withTagList(Collection<Tag> tagList)
The tags associated with the resource.
tagList - The tags associated with the resource.public String toString()
toString in class ObjectObject.toString()public PutAppsListRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()