@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAppsListRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteAppsListRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteAppsListRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getListId()
The ID of the applications list that you want to delete.
|
int |
hashCode() |
void |
setListId(String listId)
The ID of the applications list that you want to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAppsListRequest |
withListId(String listId)
The ID of the applications list that you want to delete.
|
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 applications list that you want to delete. You can retrieve this ID from PutAppsList
,
ListAppsLists
, and GetAppsList
.
listId
- The ID of the applications list that you want to delete. You can retrieve this ID from
PutAppsList
, ListAppsLists
, and GetAppsList
.public String getListId()
The ID of the applications list that you want to delete. You can retrieve this ID from PutAppsList
,
ListAppsLists
, and GetAppsList
.
PutAppsList
, ListAppsLists
, and GetAppsList
.public DeleteAppsListRequest withListId(String listId)
The ID of the applications list that you want to delete. You can retrieve this ID from PutAppsList
,
ListAppsLists
, and GetAppsList
.
listId
- The ID of the applications list that you want to delete. You can retrieve this ID from
PutAppsList
, ListAppsLists
, and GetAppsList
.public String toString()
toString
in class Object
Object.toString()
public DeleteAppsListRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()