@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSecurityProfileApplicationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListSecurityProfileApplicationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListSecurityProfileApplicationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getInstanceId()
The instance identifier.
|
Integer |
getMaxResults()
The maximum number of results to return per page.
|
String |
getNextToken()
The token for the next set of results.
|
String |
getSecurityProfileId()
The security profile identifier.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The instance identifier.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
void |
setSecurityProfileId(String securityProfileId)
The security profile identifier.
|
String |
toString()
Returns a string representation of this object.
|
ListSecurityProfileApplicationsRequest |
withInstanceId(String instanceId)
The instance identifier.
|
ListSecurityProfileApplicationsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListSecurityProfileApplicationsRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
ListSecurityProfileApplicationsRequest |
withSecurityProfileId(String securityProfileId)
The security profile identifier.
|
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 ListSecurityProfileApplicationsRequest()
public void setSecurityProfileId(String securityProfileId)
The security profile identifier.
securityProfileId
- The security profile identifier.public String getSecurityProfileId()
The security profile identifier.
public ListSecurityProfileApplicationsRequest withSecurityProfileId(String securityProfileId)
The security profile identifier.
securityProfileId
- The security profile identifier.public void setInstanceId(String instanceId)
The instance identifier.
instanceId
- The instance identifier.public String getInstanceId()
The instance identifier.
public ListSecurityProfileApplicationsRequest withInstanceId(String instanceId)
The instance identifier.
instanceId
- The instance identifier.public void setNextToken(String nextToken)
The token for the next set of results. The next set of results can be retrieved by using the token value returned in the previous response when making the next request.
nextToken
- The token for the next set of results. The next set of results can be retrieved by using the token value
returned in the previous response when making the next request.public String getNextToken()
The token for the next set of results. The next set of results can be retrieved by using the token value returned in the previous response when making the next request.
public ListSecurityProfileApplicationsRequest withNextToken(String nextToken)
The token for the next set of results. The next set of results can be retrieved by using the token value returned in the previous response when making the next request.
nextToken
- The token for the next set of results. The next set of results can be retrieved by using the token value
returned in the previous response when making the next request.public void setMaxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults
- The maximum number of results to return per page.public Integer getMaxResults()
The maximum number of results to return per page.
public ListSecurityProfileApplicationsRequest withMaxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults
- The maximum number of results to return per page.public String toString()
toString
in class Object
Object.toString()
public ListSecurityProfileApplicationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()