@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAttendeeError extends Object implements Serializable, Cloneable, StructuredPojo
The list of errors returned when errors are encountered during the BatchCreateAttendee and CreateAttendee actions. This includes external user IDs, error codes, and error messages.
Constructor and Description |
---|
CreateAttendeeError() |
Modifier and Type | Method and Description |
---|---|
CreateAttendeeError |
clone() |
boolean |
equals(Object obj) |
String |
getErrorCode()
The error code.
|
String |
getErrorMessage()
The error message.
|
String |
getExternalUserId()
The Amazon Chime SDK external user ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setErrorCode(String errorCode)
The error code.
|
void |
setErrorMessage(String errorMessage)
The error message.
|
void |
setExternalUserId(String externalUserId)
The Amazon Chime SDK external user ID.
|
String |
toString()
Returns a string representation of this object.
|
CreateAttendeeError |
withErrorCode(String errorCode)
The error code.
|
CreateAttendeeError |
withErrorMessage(String errorMessage)
The error message.
|
CreateAttendeeError |
withExternalUserId(String externalUserId)
The Amazon Chime SDK external user ID.
|
public void setExternalUserId(String externalUserId)
The Amazon Chime SDK external user ID. Links the attendee to an identity managed by a builder application.
externalUserId
- The Amazon Chime SDK external user ID. Links the attendee to an identity managed by a builder application.public String getExternalUserId()
The Amazon Chime SDK external user ID. Links the attendee to an identity managed by a builder application.
public CreateAttendeeError withExternalUserId(String externalUserId)
The Amazon Chime SDK external user ID. Links the attendee to an identity managed by a builder application.
externalUserId
- The Amazon Chime SDK external user ID. Links the attendee to an identity managed by a builder application.public void setErrorCode(String errorCode)
The error code.
errorCode
- The error code.public String getErrorCode()
The error code.
public CreateAttendeeError withErrorCode(String errorCode)
The error code.
errorCode
- The error code.public void setErrorMessage(String errorMessage)
The error message.
errorMessage
- The error message.public String getErrorMessage()
The error message.
public CreateAttendeeError withErrorMessage(String errorMessage)
The error message.
errorMessage
- The error message.public String toString()
toString
in class Object
Object.toString()
public CreateAttendeeError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2020. All rights reserved.