@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateUserSettingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AssociateUserSettingsResult() |
Modifier and Type | Method and Description |
---|---|
AssociateUserSettingsResult |
clone() |
boolean |
equals(Object obj) |
String |
getPortalArn()
The ARN of the web portal.
|
String |
getUserSettingsArn()
The ARN of the user settings.
|
int |
hashCode() |
void |
setPortalArn(String portalArn)
The ARN of the web portal.
|
void |
setUserSettingsArn(String userSettingsArn)
The ARN of the user settings.
|
String |
toString()
Returns a string representation of this object.
|
AssociateUserSettingsResult |
withPortalArn(String portalArn)
The ARN of the web portal.
|
AssociateUserSettingsResult |
withUserSettingsArn(String userSettingsArn)
The ARN of the user settings.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPortalArn(String portalArn)
The ARN of the web portal.
portalArn
- The ARN of the web portal.public String getPortalArn()
The ARN of the web portal.
public AssociateUserSettingsResult withPortalArn(String portalArn)
The ARN of the web portal.
portalArn
- The ARN of the web portal.public void setUserSettingsArn(String userSettingsArn)
The ARN of the user settings.
userSettingsArn
- The ARN of the user settings.public String getUserSettingsArn()
The ARN of the user settings.
public AssociateUserSettingsResult withUserSettingsArn(String userSettingsArn)
The ARN of the user settings.
userSettingsArn
- The ARN of the user settings.public String toString()
toString
in class Object
Object.toString()
public AssociateUserSettingsResult clone()