@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRandomPasswordRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetRandomPasswordRequest() |
Modifier and Type | Method and Description |
---|---|
GetRandomPasswordRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getExcludeCharacters()
A string of the characters that you don't want in the password.
|
Boolean |
getExcludeLowercase()
Specifies whether to exclude lowercase letters from the password.
|
Boolean |
getExcludeNumbers()
Specifies whether to exclude numbers from the password.
|
Boolean |
getExcludePunctuation()
Specifies whether to exclude the following punctuation characters from the password:
! " # $ % & ' ( ) * + , - . |
Boolean |
getExcludeUppercase()
Specifies whether to exclude uppercase letters from the password.
|
Boolean |
getIncludeSpace()
Specifies whether to include the space character.
|
Long |
getPasswordLength()
The length of the password.
|
Boolean |
getRequireEachIncludedType()
Specifies whether to include at least one upper and lowercase letter, one number, and one punctuation.
|
int |
hashCode() |
Boolean |
isExcludeLowercase()
Specifies whether to exclude lowercase letters from the password.
|
Boolean |
isExcludeNumbers()
Specifies whether to exclude numbers from the password.
|
Boolean |
isExcludePunctuation()
Specifies whether to exclude the following punctuation characters from the password:
! " # $ % & ' ( ) * + , - . |
Boolean |
isExcludeUppercase()
Specifies whether to exclude uppercase letters from the password.
|
Boolean |
isIncludeSpace()
Specifies whether to include the space character.
|
Boolean |
isRequireEachIncludedType()
Specifies whether to include at least one upper and lowercase letter, one number, and one punctuation.
|
void |
setExcludeCharacters(String excludeCharacters)
A string of the characters that you don't want in the password.
|
void |
setExcludeLowercase(Boolean excludeLowercase)
Specifies whether to exclude lowercase letters from the password.
|
void |
setExcludeNumbers(Boolean excludeNumbers)
Specifies whether to exclude numbers from the password.
|
void |
setExcludePunctuation(Boolean excludePunctuation)
Specifies whether to exclude the following punctuation characters from the password:
! " # $ % & ' ( ) * + , - . |
void |
setExcludeUppercase(Boolean excludeUppercase)
Specifies whether to exclude uppercase letters from the password.
|
void |
setIncludeSpace(Boolean includeSpace)
Specifies whether to include the space character.
|
void |
setPasswordLength(Long passwordLength)
The length of the password.
|
void |
setRequireEachIncludedType(Boolean requireEachIncludedType)
Specifies whether to include at least one upper and lowercase letter, one number, and one punctuation.
|
String |
toString()
Returns a string representation of this object.
|
GetRandomPasswordRequest |
withExcludeCharacters(String excludeCharacters)
A string of the characters that you don't want in the password.
|
GetRandomPasswordRequest |
withExcludeLowercase(Boolean excludeLowercase)
Specifies whether to exclude lowercase letters from the password.
|
GetRandomPasswordRequest |
withExcludeNumbers(Boolean excludeNumbers)
Specifies whether to exclude numbers from the password.
|
GetRandomPasswordRequest |
withExcludePunctuation(Boolean excludePunctuation)
Specifies whether to exclude the following punctuation characters from the password:
! " # $ % & ' ( ) * + , - . |
GetRandomPasswordRequest |
withExcludeUppercase(Boolean excludeUppercase)
Specifies whether to exclude uppercase letters from the password.
|
GetRandomPasswordRequest |
withIncludeSpace(Boolean includeSpace)
Specifies whether to include the space character.
|
GetRandomPasswordRequest |
withPasswordLength(Long passwordLength)
The length of the password.
|
GetRandomPasswordRequest |
withRequireEachIncludedType(Boolean requireEachIncludedType)
Specifies whether to include at least one upper and lowercase letter, one number, and one punctuation.
|
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 setPasswordLength(Long passwordLength)
The length of the password. If you don't include this parameter, the default length is 32 characters.
passwordLength
- The length of the password. If you don't include this parameter, the default length is 32 characters.public Long getPasswordLength()
The length of the password. If you don't include this parameter, the default length is 32 characters.
public GetRandomPasswordRequest withPasswordLength(Long passwordLength)
The length of the password. If you don't include this parameter, the default length is 32 characters.
passwordLength
- The length of the password. If you don't include this parameter, the default length is 32 characters.public void setExcludeCharacters(String excludeCharacters)
A string of the characters that you don't want in the password.
excludeCharacters
- A string of the characters that you don't want in the password.public String getExcludeCharacters()
A string of the characters that you don't want in the password.
public GetRandomPasswordRequest withExcludeCharacters(String excludeCharacters)
A string of the characters that you don't want in the password.
excludeCharacters
- A string of the characters that you don't want in the password.public void setExcludeNumbers(Boolean excludeNumbers)
Specifies whether to exclude numbers from the password. If you don't include this switch, the password can contain numbers.
excludeNumbers
- Specifies whether to exclude numbers from the password. If you don't include this switch, the password can
contain numbers.public Boolean getExcludeNumbers()
Specifies whether to exclude numbers from the password. If you don't include this switch, the password can contain numbers.
public GetRandomPasswordRequest withExcludeNumbers(Boolean excludeNumbers)
Specifies whether to exclude numbers from the password. If you don't include this switch, the password can contain numbers.
excludeNumbers
- Specifies whether to exclude numbers from the password. If you don't include this switch, the password can
contain numbers.public Boolean isExcludeNumbers()
Specifies whether to exclude numbers from the password. If you don't include this switch, the password can contain numbers.
public void setExcludePunctuation(Boolean excludePunctuation)
Specifies whether to exclude the following punctuation characters from the password:
! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
. If you don't include this
switch, the password can contain punctuation.
excludePunctuation
- Specifies whether to exclude the following punctuation characters from the password:
! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
. If you don't
include this switch, the password can contain punctuation.public Boolean getExcludePunctuation()
Specifies whether to exclude the following punctuation characters from the password:
! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
. If you don't include this
switch, the password can contain punctuation.
! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
. If you don't
include this switch, the password can contain punctuation.public GetRandomPasswordRequest withExcludePunctuation(Boolean excludePunctuation)
Specifies whether to exclude the following punctuation characters from the password:
! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
. If you don't include this
switch, the password can contain punctuation.
excludePunctuation
- Specifies whether to exclude the following punctuation characters from the password:
! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
. If you don't
include this switch, the password can contain punctuation.public Boolean isExcludePunctuation()
Specifies whether to exclude the following punctuation characters from the password:
! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
. If you don't include this
switch, the password can contain punctuation.
! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
. If you don't
include this switch, the password can contain punctuation.public void setExcludeUppercase(Boolean excludeUppercase)
Specifies whether to exclude uppercase letters from the password. If you don't include this switch, the password can contain uppercase letters.
excludeUppercase
- Specifies whether to exclude uppercase letters from the password. If you don't include this switch, the
password can contain uppercase letters.public Boolean getExcludeUppercase()
Specifies whether to exclude uppercase letters from the password. If you don't include this switch, the password can contain uppercase letters.
public GetRandomPasswordRequest withExcludeUppercase(Boolean excludeUppercase)
Specifies whether to exclude uppercase letters from the password. If you don't include this switch, the password can contain uppercase letters.
excludeUppercase
- Specifies whether to exclude uppercase letters from the password. If you don't include this switch, the
password can contain uppercase letters.public Boolean isExcludeUppercase()
Specifies whether to exclude uppercase letters from the password. If you don't include this switch, the password can contain uppercase letters.
public void setExcludeLowercase(Boolean excludeLowercase)
Specifies whether to exclude lowercase letters from the password. If you don't include this switch, the password can contain lowercase letters.
excludeLowercase
- Specifies whether to exclude lowercase letters from the password. If you don't include this switch, the
password can contain lowercase letters.public Boolean getExcludeLowercase()
Specifies whether to exclude lowercase letters from the password. If you don't include this switch, the password can contain lowercase letters.
public GetRandomPasswordRequest withExcludeLowercase(Boolean excludeLowercase)
Specifies whether to exclude lowercase letters from the password. If you don't include this switch, the password can contain lowercase letters.
excludeLowercase
- Specifies whether to exclude lowercase letters from the password. If you don't include this switch, the
password can contain lowercase letters.public Boolean isExcludeLowercase()
Specifies whether to exclude lowercase letters from the password. If you don't include this switch, the password can contain lowercase letters.
public void setIncludeSpace(Boolean includeSpace)
Specifies whether to include the space character. If you include this switch, the password can contain space characters.
includeSpace
- Specifies whether to include the space character. If you include this switch, the password can contain
space characters.public Boolean getIncludeSpace()
Specifies whether to include the space character. If you include this switch, the password can contain space characters.
public GetRandomPasswordRequest withIncludeSpace(Boolean includeSpace)
Specifies whether to include the space character. If you include this switch, the password can contain space characters.
includeSpace
- Specifies whether to include the space character. If you include this switch, the password can contain
space characters.public Boolean isIncludeSpace()
Specifies whether to include the space character. If you include this switch, the password can contain space characters.
public void setRequireEachIncludedType(Boolean requireEachIncludedType)
Specifies whether to include at least one upper and lowercase letter, one number, and one punctuation. If you don't include this switch, the password contains at least one of every character type.
requireEachIncludedType
- Specifies whether to include at least one upper and lowercase letter, one number, and one punctuation. If
you don't include this switch, the password contains at least one of every character type.public Boolean getRequireEachIncludedType()
Specifies whether to include at least one upper and lowercase letter, one number, and one punctuation. If you don't include this switch, the password contains at least one of every character type.
public GetRandomPasswordRequest withRequireEachIncludedType(Boolean requireEachIncludedType)
Specifies whether to include at least one upper and lowercase letter, one number, and one punctuation. If you don't include this switch, the password contains at least one of every character type.
requireEachIncludedType
- Specifies whether to include at least one upper and lowercase letter, one number, and one punctuation. If
you don't include this switch, the password contains at least one of every character type.public Boolean isRequireEachIncludedType()
Specifies whether to include at least one upper and lowercase letter, one number, and one punctuation. If you don't include this switch, the password contains at least one of every character type.
public String toString()
toString
in class Object
Object.toString()
public GetRandomPasswordRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()