@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMemberRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateMemberRequest() |
Modifier and Type | Method and Description |
---|---|
CreateMemberRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation.
|
String |
getInvitationId()
The unique identifier of the invitation that is sent to the member to join the network.
|
MemberConfiguration |
getMemberConfiguration()
Member configuration parameters.
|
String |
getNetworkId()
The unique identifier of the network in which the member is created.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation.
|
void |
setInvitationId(String invitationId)
The unique identifier of the invitation that is sent to the member to join the network.
|
void |
setMemberConfiguration(MemberConfiguration memberConfiguration)
Member configuration parameters.
|
void |
setNetworkId(String networkId)
The unique identifier of the network in which the member is created.
|
String |
toString()
Returns a string representation of this object.
|
CreateMemberRequest |
withClientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation.
|
CreateMemberRequest |
withInvitationId(String invitationId)
The unique identifier of the invitation that is sent to the member to join the network.
|
CreateMemberRequest |
withMemberConfiguration(MemberConfiguration memberConfiguration)
Member configuration parameters.
|
CreateMemberRequest |
withNetworkId(String networkId)
The unique identifier of the network in which the member is created.
|
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 setClientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an Amazon Web Services SDK or the CLI.
clientRequestToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An
idempotent operation completes no more than one time. This identifier is required only if you make a
service request directly using an HTTP client. It is generated automatically if you use an Amazon Web
Services SDK or the CLI.public String getClientRequestToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an Amazon Web Services SDK or the CLI.
public CreateMemberRequest withClientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an Amazon Web Services SDK or the CLI.
clientRequestToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An
idempotent operation completes no more than one time. This identifier is required only if you make a
service request directly using an HTTP client. It is generated automatically if you use an Amazon Web
Services SDK or the CLI.public void setInvitationId(String invitationId)
The unique identifier of the invitation that is sent to the member to join the network.
invitationId
- The unique identifier of the invitation that is sent to the member to join the network.public String getInvitationId()
The unique identifier of the invitation that is sent to the member to join the network.
public CreateMemberRequest withInvitationId(String invitationId)
The unique identifier of the invitation that is sent to the member to join the network.
invitationId
- The unique identifier of the invitation that is sent to the member to join the network.public void setNetworkId(String networkId)
The unique identifier of the network in which the member is created.
networkId
- The unique identifier of the network in which the member is created.public String getNetworkId()
The unique identifier of the network in which the member is created.
public CreateMemberRequest withNetworkId(String networkId)
The unique identifier of the network in which the member is created.
networkId
- The unique identifier of the network in which the member is created.public void setMemberConfiguration(MemberConfiguration memberConfiguration)
Member configuration parameters.
memberConfiguration
- Member configuration parameters.public MemberConfiguration getMemberConfiguration()
Member configuration parameters.
public CreateMemberRequest withMemberConfiguration(MemberConfiguration memberConfiguration)
Member configuration parameters.
memberConfiguration
- Member configuration parameters.public String toString()
toString
in class Object
Object.toString()
public CreateMemberRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()