@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMemberRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetMemberRequest() |
Modifier and Type | Method and Description |
---|---|
GetMemberRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMemberId()
The unique identifier of the member.
|
String |
getNetworkId()
The unique identifier of the network to which the member belongs.
|
int |
hashCode() |
void |
setMemberId(String memberId)
The unique identifier of the member.
|
void |
setNetworkId(String networkId)
The unique identifier of the network to which the member belongs.
|
String |
toString()
Returns a string representation of this object.
|
GetMemberRequest |
withMemberId(String memberId)
The unique identifier of the member.
|
GetMemberRequest |
withNetworkId(String networkId)
The unique identifier of the network to which the member belongs.
|
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 setNetworkId(String networkId)
The unique identifier of the network to which the member belongs.
networkId
- The unique identifier of the network to which the member belongs.public String getNetworkId()
The unique identifier of the network to which the member belongs.
public GetMemberRequest withNetworkId(String networkId)
The unique identifier of the network to which the member belongs.
networkId
- The unique identifier of the network to which the member belongs.public void setMemberId(String memberId)
The unique identifier of the member.
memberId
- The unique identifier of the member.public String getMemberId()
The unique identifier of the member.
public GetMemberRequest withMemberId(String memberId)
The unique identifier of the member.
memberId
- The unique identifier of the member.public String toString()
toString
in class Object
Object.toString()
public GetMemberRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()