@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MemberIdArnPair extends Object implements Serializable, Cloneable, StructuredPojo
An object that consists of a member Amazon Resource Name (ARN) and a member ID.
Constructor and Description |
---|
MemberIdArnPair() |
Modifier and Type | Method and Description |
---|---|
MemberIdArnPair |
clone() |
boolean |
equals(Object obj) |
String |
getMemberArn()
The Amazon Resource Name (ARN) of the member.
|
String |
getMemberId()
The ID of the member.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMemberArn(String memberArn)
The Amazon Resource Name (ARN) of the member.
|
void |
setMemberId(String memberId)
The ID of the member.
|
String |
toString()
Returns a string representation of this object.
|
MemberIdArnPair |
withMemberArn(String memberArn)
The Amazon Resource Name (ARN) of the member.
|
MemberIdArnPair |
withMemberId(String memberId)
The ID of the member.
|
public void setMemberId(String memberId)
The ID of the member.
memberId
- The ID of the member.public String getMemberId()
The ID of the member.
public MemberIdArnPair withMemberId(String memberId)
The ID of the member.
memberId
- The ID of the member.public void setMemberArn(String memberArn)
The Amazon Resource Name (ARN) of the member.
memberArn
- The Amazon Resource Name (ARN) of the member.public String getMemberArn()
The Amazon Resource Name (ARN) of the member.
public MemberIdArnPair withMemberArn(String memberArn)
The Amazon Resource Name (ARN) of the member.
memberArn
- The Amazon Resource Name (ARN) of the member.public String toString()
toString
in class Object
Object.toString()
public MemberIdArnPair clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.