@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAuthenticationProfilesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeAuthenticationProfilesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAuthenticationProfilesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAuthenticationProfileName()
The name of the authentication profile to describe.
|
int |
hashCode() |
void |
setAuthenticationProfileName(String authenticationProfileName)
The name of the authentication profile to describe.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAuthenticationProfilesRequest |
withAuthenticationProfileName(String authenticationProfileName)
The name of the authentication profile to describe.
|
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 DescribeAuthenticationProfilesRequest()
public void setAuthenticationProfileName(String authenticationProfileName)
The name of the authentication profile to describe. If not specified then all authentication profiles owned by the account are listed.
authenticationProfileName
- The name of the authentication profile to describe. If not specified then all authentication profiles
owned by the account are listed.public String getAuthenticationProfileName()
The name of the authentication profile to describe. If not specified then all authentication profiles owned by the account are listed.
public DescribeAuthenticationProfilesRequest withAuthenticationProfileName(String authenticationProfileName)
The name of the authentication profile to describe. If not specified then all authentication profiles owned by the account are listed.
authenticationProfileName
- The name of the authentication profile to describe. If not specified then all authentication profiles
owned by the account are listed.public String toString()
toString
in class Object
Object.toString()
public DescribeAuthenticationProfilesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()