@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 that includes characters that should not be included in the generated password.
|
Boolean |
getExcludeLowercase()
Specifies that the generated password should not include lowercase letters.
|
Boolean |
getExcludeNumbers()
Specifies that the generated password should not include digits.
|
Boolean |
getExcludePunctuation()
Specifies that the generated password should not include punctuation characters.
|
Boolean |
getExcludeUppercase()
Specifies that the generated password should not include uppercase letters.
|
Boolean |
getIncludeSpace()
Specifies that the generated password can include the space character.
|
Long |
getPasswordLength()
The desired length of the generated password.
|
Boolean |
getRequireEachIncludedType()
A boolean value that specifies whether the generated password must include at least one of every allowed
character type.
|
int |
hashCode() |
Boolean |
isExcludeLowercase()
Specifies that the generated password should not include lowercase letters.
|
Boolean |
isExcludeNumbers()
Specifies that the generated password should not include digits.
|
Boolean |
isExcludePunctuation()
Specifies that the generated password should not include punctuation characters.
|
Boolean |
isExcludeUppercase()
Specifies that the generated password should not include uppercase letters.
|
Boolean |
isIncludeSpace()
Specifies that the generated password can include the space character.
|
Boolean |
isRequireEachIncludedType()
A boolean value that specifies whether the generated password must include at least one of every allowed
character type.
|
void |
setExcludeCharacters(String excludeCharacters)
A string that includes characters that should not be included in the generated password.
|
void |
setExcludeLowercase(Boolean excludeLowercase)
Specifies that the generated password should not include lowercase letters.
|
void |
setExcludeNumbers(Boolean excludeNumbers)
Specifies that the generated password should not include digits.
|
void |
setExcludePunctuation(Boolean excludePunctuation)
Specifies that the generated password should not include punctuation characters.
|
void |
setExcludeUppercase(Boolean excludeUppercase)
Specifies that the generated password should not include uppercase letters.
|
void |
setIncludeSpace(Boolean includeSpace)
Specifies that the generated password can include the space character.
|
void |
setPasswordLength(Long passwordLength)
The desired length of the generated password.
|
void |
setRequireEachIncludedType(Boolean requireEachIncludedType)
A boolean value that specifies whether the generated password must include at least one of every allowed
character type.
|
String |
toString()
Returns a string representation of this object.
|
GetRandomPasswordRequest |
withExcludeCharacters(String excludeCharacters)
A string that includes characters that should not be included in the generated password.
|
GetRandomPasswordRequest |
withExcludeLowercase(Boolean excludeLowercase)
Specifies that the generated password should not include lowercase letters.
|
GetRandomPasswordRequest |
withExcludeNumbers(Boolean excludeNumbers)
Specifies that the generated password should not include digits.
|
GetRandomPasswordRequest |
withExcludePunctuation(Boolean excludePunctuation)
Specifies that the generated password should not include punctuation characters.
|
GetRandomPasswordRequest |
withExcludeUppercase(Boolean excludeUppercase)
Specifies that the generated password should not include uppercase letters.
|
GetRandomPasswordRequest |
withIncludeSpace(Boolean includeSpace)
Specifies that the generated password can include the space character.
|
GetRandomPasswordRequest |
withPasswordLength(Long passwordLength)
The desired length of the generated password.
|
GetRandomPasswordRequest |
withRequireEachIncludedType(Boolean requireEachIncludedType)
A boolean value that specifies whether the generated password must include at least one of every allowed
character 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 setPasswordLength(Long passwordLength)
The desired length of the generated password. The default value if you do not include this parameter is 32 characters.
passwordLength
- The desired length of the generated password. The default value if you do not include this parameter is 32
characters.public Long getPasswordLength()
The desired length of the generated password. The default value if you do not include this parameter is 32 characters.
public GetRandomPasswordRequest withPasswordLength(Long passwordLength)
The desired length of the generated password. The default value if you do not include this parameter is 32 characters.
passwordLength
- The desired length of the generated password. The default value if you do not include this parameter is 32
characters.public void setExcludeCharacters(String excludeCharacters)
A string that includes characters that should not be included in the generated password. The default is that all characters from the included sets can be used.
excludeCharacters
- A string that includes characters that should not be included in the generated password. The default is
that all characters from the included sets can be used.public String getExcludeCharacters()
A string that includes characters that should not be included in the generated password. The default is that all characters from the included sets can be used.
public GetRandomPasswordRequest withExcludeCharacters(String excludeCharacters)
A string that includes characters that should not be included in the generated password. The default is that all characters from the included sets can be used.
excludeCharacters
- A string that includes characters that should not be included in the generated password. The default is
that all characters from the included sets can be used.public void setExcludeNumbers(Boolean excludeNumbers)
Specifies that the generated password should not include digits. The default if you do not include this switch parameter is that digits can be included.
excludeNumbers
- Specifies that the generated password should not include digits. The default if you do not include this
switch parameter is that digits can be included.public Boolean getExcludeNumbers()
Specifies that the generated password should not include digits. The default if you do not include this switch parameter is that digits can be included.
public GetRandomPasswordRequest withExcludeNumbers(Boolean excludeNumbers)
Specifies that the generated password should not include digits. The default if you do not include this switch parameter is that digits can be included.
excludeNumbers
- Specifies that the generated password should not include digits. The default if you do not include this
switch parameter is that digits can be included.public Boolean isExcludeNumbers()
Specifies that the generated password should not include digits. The default if you do not include this switch parameter is that digits can be included.
public void setExcludePunctuation(Boolean excludePunctuation)
Specifies that the generated password should not include punctuation characters. The default if you do not include this switch parameter is that punctuation characters can be included.
The following are the punctuation characters that can be included in the generated password if you don't
explicitly exclude them with ExcludeCharacters
or ExcludePunctuation
:
! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
excludePunctuation
- Specifies that the generated password should not include punctuation characters. The default if you do not
include this switch parameter is that punctuation characters can be included.
The following are the punctuation characters that can be included in the generated password if you
don't explicitly exclude them with ExcludeCharacters
or ExcludePunctuation
:
! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
public Boolean getExcludePunctuation()
Specifies that the generated password should not include punctuation characters. The default if you do not include this switch parameter is that punctuation characters can be included.
The following are the punctuation characters that can be included in the generated password if you don't
explicitly exclude them with ExcludeCharacters
or ExcludePunctuation
:
! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
The following are the punctuation characters that can be included in the generated password if you
don't explicitly exclude them with ExcludeCharacters
or ExcludePunctuation
:
! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
public GetRandomPasswordRequest withExcludePunctuation(Boolean excludePunctuation)
Specifies that the generated password should not include punctuation characters. The default if you do not include this switch parameter is that punctuation characters can be included.
The following are the punctuation characters that can be included in the generated password if you don't
explicitly exclude them with ExcludeCharacters
or ExcludePunctuation
:
! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
excludePunctuation
- Specifies that the generated password should not include punctuation characters. The default if you do not
include this switch parameter is that punctuation characters can be included.
The following are the punctuation characters that can be included in the generated password if you
don't explicitly exclude them with ExcludeCharacters
or ExcludePunctuation
:
! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
public Boolean isExcludePunctuation()
Specifies that the generated password should not include punctuation characters. The default if you do not include this switch parameter is that punctuation characters can be included.
The following are the punctuation characters that can be included in the generated password if you don't
explicitly exclude them with ExcludeCharacters
or ExcludePunctuation
:
! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
The following are the punctuation characters that can be included in the generated password if you
don't explicitly exclude them with ExcludeCharacters
or ExcludePunctuation
:
! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
public void setExcludeUppercase(Boolean excludeUppercase)
Specifies that the generated password should not include uppercase letters. The default if you do not include this switch parameter is that uppercase letters can be included.
excludeUppercase
- Specifies that the generated password should not include uppercase letters. The default if you do not
include this switch parameter is that uppercase letters can be included.public Boolean getExcludeUppercase()
Specifies that the generated password should not include uppercase letters. The default if you do not include this switch parameter is that uppercase letters can be included.
public GetRandomPasswordRequest withExcludeUppercase(Boolean excludeUppercase)
Specifies that the generated password should not include uppercase letters. The default if you do not include this switch parameter is that uppercase letters can be included.
excludeUppercase
- Specifies that the generated password should not include uppercase letters. The default if you do not
include this switch parameter is that uppercase letters can be included.public Boolean isExcludeUppercase()
Specifies that the generated password should not include uppercase letters. The default if you do not include this switch parameter is that uppercase letters can be included.
public void setExcludeLowercase(Boolean excludeLowercase)
Specifies that the generated password should not include lowercase letters. The default if you do not include this switch parameter is that lowercase letters can be included.
excludeLowercase
- Specifies that the generated password should not include lowercase letters. The default if you do not
include this switch parameter is that lowercase letters can be included.public Boolean getExcludeLowercase()
Specifies that the generated password should not include lowercase letters. The default if you do not include this switch parameter is that lowercase letters can be included.
public GetRandomPasswordRequest withExcludeLowercase(Boolean excludeLowercase)
Specifies that the generated password should not include lowercase letters. The default if you do not include this switch parameter is that lowercase letters can be included.
excludeLowercase
- Specifies that the generated password should not include lowercase letters. The default if you do not
include this switch parameter is that lowercase letters can be included.public Boolean isExcludeLowercase()
Specifies that the generated password should not include lowercase letters. The default if you do not include this switch parameter is that lowercase letters can be included.
public void setIncludeSpace(Boolean includeSpace)
Specifies that the generated password can include the space character. The default if you do not include this switch parameter is that the space character is not included.
includeSpace
- Specifies that the generated password can include the space character. The default if you do not include
this switch parameter is that the space character is not included.public Boolean getIncludeSpace()
Specifies that the generated password can include the space character. The default if you do not include this switch parameter is that the space character is not included.
public GetRandomPasswordRequest withIncludeSpace(Boolean includeSpace)
Specifies that the generated password can include the space character. The default if you do not include this switch parameter is that the space character is not included.
includeSpace
- Specifies that the generated password can include the space character. The default if you do not include
this switch parameter is that the space character is not included.public Boolean isIncludeSpace()
Specifies that the generated password can include the space character. The default if you do not include this switch parameter is that the space character is not included.
public void setRequireEachIncludedType(Boolean requireEachIncludedType)
A boolean value that specifies whether the generated password must include at least one of every allowed
character type. The default value is True
and the operation requires at least one of every character
type.
requireEachIncludedType
- A boolean value that specifies whether the generated password must include at least one of every allowed
character type. The default value is True
and the operation requires at least one of every
character type.public Boolean getRequireEachIncludedType()
A boolean value that specifies whether the generated password must include at least one of every allowed
character type. The default value is True
and the operation requires at least one of every character
type.
True
and the operation requires at least one of every
character type.public GetRandomPasswordRequest withRequireEachIncludedType(Boolean requireEachIncludedType)
A boolean value that specifies whether the generated password must include at least one of every allowed
character type. The default value is True
and the operation requires at least one of every character
type.
requireEachIncludedType
- A boolean value that specifies whether the generated password must include at least one of every allowed
character type. The default value is True
and the operation requires at least one of every
character type.public Boolean isRequireEachIncludedType()
A boolean value that specifies whether the generated password must include at least one of every allowed
character type. The default value is True
and the operation requires at least one of every character
type.
True
and the operation requires 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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.