@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() |
boolean |
equals(Object obj) |
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getProfileNamePrefix()
Prefix for profile name.
|
String |
getProfileOwnerType()
Profile owner type.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults) |
void |
setNextToken(String nextToken) |
void |
setProfileNamePrefix(String profileNamePrefix)
Prefix for profile name.
|
void |
setProfileOwnerType(String profileOwnerType)
Profile owner type.
|
String |
toString()
Returns a string representation of this object.
|
ListProfilesRequest |
withMaxResults(Integer maxResults) |
ListProfilesRequest |
withNextToken(String nextToken) |
ListProfilesRequest |
withProfileNamePrefix(String profileNamePrefix)
Prefix for profile name.
|
ListProfilesRequest |
withProfileOwnerType(ProfileOwnerType profileOwnerType)
Profile owner type.
|
ListProfilesRequest |
withProfileOwnerType(String profileOwnerType)
Profile owner type.
|
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 setProfileNamePrefix(String profileNamePrefix)
Prefix for profile name.
profileNamePrefix - Prefix for profile name.public String getProfileNamePrefix()
Prefix for profile name.
public ListProfilesRequest withProfileNamePrefix(String profileNamePrefix)
Prefix for profile name.
profileNamePrefix - Prefix for profile name.public void setProfileOwnerType(String profileOwnerType)
Profile owner type.
profileOwnerType - Profile owner type.ProfileOwnerTypepublic String getProfileOwnerType()
Profile owner type.
ProfileOwnerTypepublic ListProfilesRequest withProfileOwnerType(String profileOwnerType)
Profile owner type.
profileOwnerType - Profile owner type.ProfileOwnerTypepublic ListProfilesRequest withProfileOwnerType(ProfileOwnerType profileOwnerType)
Profile owner type.
profileOwnerType - Profile owner type.ProfileOwnerTypepublic void setNextToken(String nextToken)
nextToken - public String getNextToken()
public ListProfilesRequest withNextToken(String nextToken)
nextToken - public void setMaxResults(Integer maxResults)
maxResults - public Integer getMaxResults()
public ListProfilesRequest withMaxResults(Integer maxResults)
maxResults - public String toString()
toString in class ObjectObject.toString()public ListProfilesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.