@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSafetyRulesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListSafetyRulesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListSafetyRulesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getControlPanelArn()
The Amazon Resource Name (ARN) of the control panel that you're getting details for.
|
Integer |
getMaxResults()
The number of objects that you want to return with this call.
|
String |
getNextToken()
The token that identifies which batch of results you want to see.
|
int |
hashCode() |
void |
setControlPanelArn(String controlPanelArn)
The Amazon Resource Name (ARN) of the control panel that you're getting details for.
|
void |
setMaxResults(Integer maxResults)
The number of objects that you want to return with this call.
|
void |
setNextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
String |
toString()
Returns a string representation of this object.
|
ListSafetyRulesRequest |
withControlPanelArn(String controlPanelArn)
The Amazon Resource Name (ARN) of the control panel that you're getting details for.
|
ListSafetyRulesRequest |
withMaxResults(Integer maxResults)
The number of objects that you want to return with this call.
|
ListSafetyRulesRequest |
withNextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
addHandlerContext, copyBaseTo, 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 setControlPanelArn(String controlPanelArn)
The Amazon Resource Name (ARN) of the control panel that you're getting details for.
controlPanelArn - The Amazon Resource Name (ARN) of the control panel that you're getting details for.public String getControlPanelArn()
The Amazon Resource Name (ARN) of the control panel that you're getting details for.
public ListSafetyRulesRequest withControlPanelArn(String controlPanelArn)
The Amazon Resource Name (ARN) of the control panel that you're getting details for.
controlPanelArn - The Amazon Resource Name (ARN) of the control panel that you're getting details for.public void setMaxResults(Integer maxResults)
The number of objects that you want to return with this call.
maxResults - The number of objects that you want to return with this call.public Integer getMaxResults()
The number of objects that you want to return with this call.
public ListSafetyRulesRequest withMaxResults(Integer maxResults)
The number of objects that you want to return with this call.
maxResults - The number of objects that you want to return with this call.public void setNextToken(String nextToken)
The token that identifies which batch of results you want to see.
nextToken - The token that identifies which batch of results you want to see.public String getNextToken()
The token that identifies which batch of results you want to see.
public ListSafetyRulesRequest withNextToken(String nextToken)
The token that identifies which batch of results you want to see.
nextToken - The token that identifies which batch of results you want to see.public String toString()
toString in class ObjectObject.toString()public ListSafetyRulesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.