@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTargetsForSecurityProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListTargetsForSecurityProfileRequest() |
Modifier and Type | Method and Description |
---|---|
ListTargetsForSecurityProfileRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return at one time.
|
String |
getNextToken()
The token for the next set of results.
|
String |
getSecurityProfileName()
The security profile.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
void |
setSecurityProfileName(String securityProfileName)
The security profile.
|
String |
toString()
Returns a string representation of this object.
|
ListTargetsForSecurityProfileRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListTargetsForSecurityProfileRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
ListTargetsForSecurityProfileRequest |
withSecurityProfileName(String securityProfileName)
The security profile.
|
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 ListTargetsForSecurityProfileRequest()
public void setSecurityProfileName(String securityProfileName)
The security profile.
securityProfileName
- The security profile.public String getSecurityProfileName()
The security profile.
public ListTargetsForSecurityProfileRequest withSecurityProfileName(String securityProfileName)
The security profile.
securityProfileName
- The security profile.public void setNextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.public String getNextToken()
The token for the next set of results.
public ListTargetsForSecurityProfileRequest withNextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.public void setMaxResults(Integer maxResults)
The maximum number of results to return at one time.
maxResults
- The maximum number of results to return at one time.public Integer getMaxResults()
The maximum number of results to return at one time.
public ListTargetsForSecurityProfileRequest withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
maxResults
- The maximum number of results to return at one time.public String toString()
toString
in class Object
Object.toString()
public ListTargetsForSecurityProfileRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()