@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() |
String |
getNextToken() |
String |
getProfileNamePrefix()
An optional string added to the beginning of each profile name returned in the results.
|
String |
getProfileOwnerType()
Profile owner type.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults) |
void |
setNextToken(String nextToken) |
void |
setProfileNamePrefix(String profileNamePrefix)
An optional string added to the beginning of each profile name returned in the results.
|
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)
An optional string added to the beginning of each profile name returned in the results.
|
ListProfilesRequest |
withProfileOwnerType(ProfileOwnerType profileOwnerType)
Profile owner type.
|
ListProfilesRequest |
withProfileOwnerType(String profileOwnerType)
Profile owner type.
|
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 void setProfileNamePrefix(String profileNamePrefix)
An optional string added to the beginning of each profile name returned in the results.
profileNamePrefix
- An optional string added to the beginning of each profile name returned in the results.public String getProfileNamePrefix()
An optional string added to the beginning of each profile name returned in the results.
public ListProfilesRequest withProfileNamePrefix(String profileNamePrefix)
An optional string added to the beginning of each profile name returned in the results.
profileNamePrefix
- An optional string added to the beginning of each profile name returned in the results.public void setProfileOwnerType(String profileOwnerType)
Profile owner type.
profileOwnerType
- Profile owner type.ProfileOwnerType
public String getProfileOwnerType()
Profile owner type.
ProfileOwnerType
public ListProfilesRequest withProfileOwnerType(String profileOwnerType)
Profile owner type.
profileOwnerType
- Profile owner type.ProfileOwnerType
public ListProfilesRequest withProfileOwnerType(ProfileOwnerType profileOwnerType)
Profile owner type.
profileOwnerType
- Profile owner type.ProfileOwnerType
public 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 Object
Object.toString()
public ListProfilesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()