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