@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutInvitationConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
PutInvitationConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutInvitationConfigurationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getContactEmail()
The email ID of the organization or individual contact that the enrolled user can use.
|
String |
getOrganizationName()
The name of the organization sending the enrollment invite to a user.
|
List<String> |
getPrivateSkillIds()
The list of private skill IDs that you want to recommend to the user to enable in the invitation.
|
int |
hashCode() |
void |
setContactEmail(String contactEmail)
The email ID of the organization or individual contact that the enrolled user can use.
|
void |
setOrganizationName(String organizationName)
The name of the organization sending the enrollment invite to a user.
|
void |
setPrivateSkillIds(Collection<String> privateSkillIds)
The list of private skill IDs that you want to recommend to the user to enable in the invitation.
|
String |
toString()
Returns a string representation of this object.
|
PutInvitationConfigurationRequest |
withContactEmail(String contactEmail)
The email ID of the organization or individual contact that the enrolled user can use.
|
PutInvitationConfigurationRequest |
withOrganizationName(String organizationName)
The name of the organization sending the enrollment invite to a user.
|
PutInvitationConfigurationRequest |
withPrivateSkillIds(Collection<String> privateSkillIds)
The list of private skill IDs that you want to recommend to the user to enable in the invitation.
|
PutInvitationConfigurationRequest |
withPrivateSkillIds(String... privateSkillIds)
The list of private skill IDs that you want to recommend to the user to enable in the invitation.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setOrganizationName(String organizationName)
The name of the organization sending the enrollment invite to a user.
organizationName - The name of the organization sending the enrollment invite to a user.public String getOrganizationName()
The name of the organization sending the enrollment invite to a user.
public PutInvitationConfigurationRequest withOrganizationName(String organizationName)
The name of the organization sending the enrollment invite to a user.
organizationName - The name of the organization sending the enrollment invite to a user.public void setContactEmail(String contactEmail)
The email ID of the organization or individual contact that the enrolled user can use.
contactEmail - The email ID of the organization or individual contact that the enrolled user can use.public String getContactEmail()
The email ID of the organization or individual contact that the enrolled user can use.
public PutInvitationConfigurationRequest withContactEmail(String contactEmail)
The email ID of the organization or individual contact that the enrolled user can use.
contactEmail - The email ID of the organization or individual contact that the enrolled user can use.public List<String> getPrivateSkillIds()
The list of private skill IDs that you want to recommend to the user to enable in the invitation.
public void setPrivateSkillIds(Collection<String> privateSkillIds)
The list of private skill IDs that you want to recommend to the user to enable in the invitation.
privateSkillIds - The list of private skill IDs that you want to recommend to the user to enable in the invitation.public PutInvitationConfigurationRequest withPrivateSkillIds(String... privateSkillIds)
The list of private skill IDs that you want to recommend to the user to enable in the invitation.
NOTE: This method appends the values to the existing list (if any). Use
setPrivateSkillIds(java.util.Collection) or withPrivateSkillIds(java.util.Collection) if you
want to override the existing values.
privateSkillIds - The list of private skill IDs that you want to recommend to the user to enable in the invitation.public PutInvitationConfigurationRequest withPrivateSkillIds(Collection<String> privateSkillIds)
The list of private skill IDs that you want to recommend to the user to enable in the invitation.
privateSkillIds - The list of private skill IDs that you want to recommend to the user to enable in the invitation.public String toString()
toString in class ObjectObject.toString()public PutInvitationConfigurationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.