@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetInvitationConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetInvitationConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
GetInvitationConfigurationResult |
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.
|
GetInvitationConfigurationResult |
withContactEmail(String contactEmail)
The email ID of the organization or individual contact that the enrolled user can use.
|
GetInvitationConfigurationResult |
withOrganizationName(String organizationName)
The name of the organization sending the enrollment invite to a user.
|
GetInvitationConfigurationResult |
withPrivateSkillIds(Collection<String> privateSkillIds)
The list of private skill IDs that you want to recommend to the user to enable in the invitation.
|
GetInvitationConfigurationResult |
withPrivateSkillIds(String... privateSkillIds)
The list of private skill IDs that you want to recommend to the user to enable in the invitation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 GetInvitationConfigurationResult 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 GetInvitationConfigurationResult 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 GetInvitationConfigurationResult 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 GetInvitationConfigurationResult 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 Object
Object.toString()
public GetInvitationConfigurationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.