@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteUserProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteUserProfileResult() |
Modifier and Type | Method and Description |
---|---|
DeleteUserProfileResult |
clone() |
boolean |
equals(Object obj) |
String |
getUserArn()
The Amazon Resource Name (ARN) of the user deleted from AWS CodeStar.
|
int |
hashCode() |
void |
setUserArn(String userArn)
The Amazon Resource Name (ARN) of the user deleted from AWS CodeStar.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteUserProfileResult |
withUserArn(String userArn)
The Amazon Resource Name (ARN) of the user deleted from AWS CodeStar.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUserArn(String userArn)
The Amazon Resource Name (ARN) of the user deleted from AWS CodeStar.
userArn
- The Amazon Resource Name (ARN) of the user deleted from AWS CodeStar.public String getUserArn()
The Amazon Resource Name (ARN) of the user deleted from AWS CodeStar.
public DeleteUserProfileResult withUserArn(String userArn)
The Amazon Resource Name (ARN) of the user deleted from AWS CodeStar.
userArn
- The Amazon Resource Name (ARN) of the user deleted from AWS CodeStar.public String toString()
toString
in class Object
Object.toString()
public DeleteUserProfileResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.