@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateProfileRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateProfileRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getProfileArn()
The profile ARN.
|
String |
getProfileDescription()
The profile description.
|
List<ProfileQuestionUpdate> |
getProfileQuestions()
Profile questions.
|
int |
hashCode() |
void |
setProfileArn(String profileArn)
The profile ARN.
|
void |
setProfileDescription(String profileDescription)
The profile description.
|
void |
setProfileQuestions(Collection<ProfileQuestionUpdate> profileQuestions)
Profile questions.
|
String |
toString()
Returns a string representation of this object.
|
UpdateProfileRequest |
withProfileArn(String profileArn)
The profile ARN.
|
UpdateProfileRequest |
withProfileDescription(String profileDescription)
The profile description.
|
UpdateProfileRequest |
withProfileQuestions(Collection<ProfileQuestionUpdate> profileQuestions)
Profile questions.
|
UpdateProfileRequest |
withProfileQuestions(ProfileQuestionUpdate... profileQuestions)
Profile questions.
|
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 setProfileArn(String profileArn)
The profile ARN.
profileArn
- The profile ARN.public String getProfileArn()
The profile ARN.
public UpdateProfileRequest withProfileArn(String profileArn)
The profile ARN.
profileArn
- The profile ARN.public void setProfileDescription(String profileDescription)
The profile description.
profileDescription
- The profile description.public String getProfileDescription()
The profile description.
public UpdateProfileRequest withProfileDescription(String profileDescription)
The profile description.
profileDescription
- The profile description.public List<ProfileQuestionUpdate> getProfileQuestions()
Profile questions.
public void setProfileQuestions(Collection<ProfileQuestionUpdate> profileQuestions)
Profile questions.
profileQuestions
- Profile questions.public UpdateProfileRequest withProfileQuestions(ProfileQuestionUpdate... profileQuestions)
Profile questions.
NOTE: This method appends the values to the existing list (if any). Use
setProfileQuestions(java.util.Collection)
or withProfileQuestions(java.util.Collection)
if you
want to override the existing values.
profileQuestions
- Profile questions.public UpdateProfileRequest withProfileQuestions(Collection<ProfileQuestionUpdate> profileQuestions)
Profile questions.
profileQuestions
- Profile questions.public String toString()
toString
in class Object
Object.toString()
public UpdateProfileRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()