@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateUserProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateUserProfileRequest() |
Modifier and Type | Method and Description |
---|---|
CreateUserProfileRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDisplayName()
The name that will be displayed as the friendly name for the user in AWS CodeStar.
|
String |
getEmailAddress()
The email address that will be displayed as part of the user's profile in AWS CodeStar.
|
String |
getSshPublicKey()
The SSH public key associated with the user in AWS CodeStar.
|
String |
getUserArn()
The Amazon Resource Name (ARN) of the user in IAM.
|
int |
hashCode() |
void |
setDisplayName(String displayName)
The name that will be displayed as the friendly name for the user in AWS CodeStar.
|
void |
setEmailAddress(String emailAddress)
The email address that will be displayed as part of the user's profile in AWS CodeStar.
|
void |
setSshPublicKey(String sshPublicKey)
The SSH public key associated with the user in AWS CodeStar.
|
void |
setUserArn(String userArn)
The Amazon Resource Name (ARN) of the user in IAM.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateUserProfileRequest |
withDisplayName(String displayName)
The name that will be displayed as the friendly name for the user in AWS CodeStar.
|
CreateUserProfileRequest |
withEmailAddress(String emailAddress)
The email address that will be displayed as part of the user's profile in AWS CodeStar.
|
CreateUserProfileRequest |
withSshPublicKey(String sshPublicKey)
The SSH public key associated with the user in AWS CodeStar.
|
CreateUserProfileRequest |
withUserArn(String userArn)
The Amazon Resource Name (ARN) of the user in IAM.
|
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 setUserArn(String userArn)
The Amazon Resource Name (ARN) of the user in IAM.
userArn
- The Amazon Resource Name (ARN) of the user in IAM.public String getUserArn()
The Amazon Resource Name (ARN) of the user in IAM.
public CreateUserProfileRequest withUserArn(String userArn)
The Amazon Resource Name (ARN) of the user in IAM.
userArn
- The Amazon Resource Name (ARN) of the user in IAM.public void setDisplayName(String displayName)
The name that will be displayed as the friendly name for the user in AWS CodeStar.
displayName
- The name that will be displayed as the friendly name for the user in AWS CodeStar.public String getDisplayName()
The name that will be displayed as the friendly name for the user in AWS CodeStar.
public CreateUserProfileRequest withDisplayName(String displayName)
The name that will be displayed as the friendly name for the user in AWS CodeStar.
displayName
- The name that will be displayed as the friendly name for the user in AWS CodeStar.public void setEmailAddress(String emailAddress)
The email address that will be displayed as part of the user's profile in AWS CodeStar.
emailAddress
- The email address that will be displayed as part of the user's profile in AWS CodeStar.public String getEmailAddress()
The email address that will be displayed as part of the user's profile in AWS CodeStar.
public CreateUserProfileRequest withEmailAddress(String emailAddress)
The email address that will be displayed as part of the user's profile in AWS CodeStar.
emailAddress
- The email address that will be displayed as part of the user's profile in AWS CodeStar.public void setSshPublicKey(String sshPublicKey)
The SSH public key associated with the user in AWS CodeStar. If a project owner allows the user remote access to project resources, this public key will be used along with the user's private key for SSH access.
sshPublicKey
- The SSH public key associated with the user in AWS CodeStar. If a project owner allows the user remote
access to project resources, this public key will be used along with the user's private key for SSH
access.public String getSshPublicKey()
The SSH public key associated with the user in AWS CodeStar. If a project owner allows the user remote access to project resources, this public key will be used along with the user's private key for SSH access.
public CreateUserProfileRequest withSshPublicKey(String sshPublicKey)
The SSH public key associated with the user in AWS CodeStar. If a project owner allows the user remote access to project resources, this public key will be used along with the user's private key for SSH access.
sshPublicKey
- The SSH public key associated with the user in AWS CodeStar. If a project owner allows the user remote
access to project resources, this public key will be used along with the user's private key for SSH
access.public String toString()
toString
in class Object
Object.toString()
public CreateUserProfileRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.