public class TrafficDistributionGroupUserSummary
extends java.lang.Object
implements java.io.Serializable
Summary information about a traffic distribution group user.
| Constructor and Description |
|---|
TrafficDistributionGroupUserSummary() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getUserId()
The identifier for the user.
|
int |
hashCode() |
void |
setUserId(java.lang.String userId)
The identifier for the user.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TrafficDistributionGroupUserSummary |
withUserId(java.lang.String userId)
The identifier for the user.
|
public java.lang.String getUserId()
The identifier for the user. This can be the ID or the ARN of the user.
The identifier for the user. This can be the ID or the ARN of the user.
public void setUserId(java.lang.String userId)
The identifier for the user. This can be the ID or the ARN of the user.
userId - The identifier for the user. This can be the ID or the ARN of the user.
public TrafficDistributionGroupUserSummary withUserId(java.lang.String userId)
The identifier for the user. This can be the ID or the ARN of the user.
Returns a reference to this object so that method calls can be chained together.
userId - The identifier for the user. This can be the ID or the ARN of the user.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object