@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProfilesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListProfilesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListProfilesRequest |
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 profiles to return.
|
String |
getNextToken()
When there are additional results that were not returned, a
NextToken parameter is returned. |
String |
getProfileType()
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of profiles to return.
|
void |
setNextToken(String nextToken)
When there are additional results that were not returned, a
NextToken parameter is returned. |
void |
setProfileType(String profileType)
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
String |
toString()
Returns a string representation of this object.
|
ListProfilesRequest |
withMaxResults(Integer maxResults)
The maximum number of profiles to return.
|
ListProfilesRequest |
withNextToken(String nextToken)
When there are additional results that were not returned, a
NextToken parameter is returned. |
ListProfilesRequest |
withProfileType(ProfileType profileType)
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
ListProfilesRequest |
withProfileType(String profileType)
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
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 setMaxResults(Integer maxResults)
The maximum number of profiles to return.
maxResults - The maximum number of profiles to return.public Integer getMaxResults()
The maximum number of profiles to return.
public ListProfilesRequest withMaxResults(Integer maxResults)
The maximum number of profiles to return.
maxResults - The maximum number of profiles to return.public void setNextToken(String nextToken)
When there are additional results that were not returned, a NextToken parameter is returned. You can
use that value for a subsequent call to ListProfiles to continue listing results.
nextToken - When there are additional results that were not returned, a NextToken parameter is returned.
You can use that value for a subsequent call to ListProfiles to continue listing results.public String getNextToken()
When there are additional results that were not returned, a NextToken parameter is returned. You can
use that value for a subsequent call to ListProfiles to continue listing results.
NextToken parameter is returned.
You can use that value for a subsequent call to ListProfiles to continue listing results.public ListProfilesRequest withNextToken(String nextToken)
When there are additional results that were not returned, a NextToken parameter is returned. You can
use that value for a subsequent call to ListProfiles to continue listing results.
nextToken - When there are additional results that were not returned, a NextToken parameter is returned.
You can use that value for a subsequent call to ListProfiles to continue listing results.public void setProfileType(String profileType)
Indicates whether to list only LOCAL type profiles or only PARTNER type profiles. If
not supplied in the request, the command lists all types of profiles.
profileType - Indicates whether to list only LOCAL type profiles or only PARTNER type
profiles. If not supplied in the request, the command lists all types of profiles.ProfileTypepublic String getProfileType()
Indicates whether to list only LOCAL type profiles or only PARTNER type profiles. If
not supplied in the request, the command lists all types of profiles.
LOCAL type profiles or only PARTNER type
profiles. If not supplied in the request, the command lists all types of profiles.ProfileTypepublic ListProfilesRequest withProfileType(String profileType)
Indicates whether to list only LOCAL type profiles or only PARTNER type profiles. If
not supplied in the request, the command lists all types of profiles.
profileType - Indicates whether to list only LOCAL type profiles or only PARTNER type
profiles. If not supplied in the request, the command lists all types of profiles.ProfileTypepublic ListProfilesRequest withProfileType(ProfileType profileType)
Indicates whether to list only LOCAL type profiles or only PARTNER type profiles. If
not supplied in the request, the command lists all types of profiles.
profileType - Indicates whether to list only LOCAL type profiles or only PARTNER type
profiles. If not supplied in the request, the command lists all types of profiles.ProfileTypepublic String toString()
toString in class ObjectObject.toString()public ListProfilesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()