Class BatchCreateChannelMembershipError
- java.lang.Object
-
- software.amazon.awssdk.services.chimesdkmessaging.model.BatchCreateChannelMembershipError
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchCreateChannelMembershipError.Builder,BatchCreateChannelMembershipError>
@Generated("software.amazon.awssdk:codegen") public final class BatchCreateChannelMembershipError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchCreateChannelMembershipError.Builder,BatchCreateChannelMembershipError>
A list of failed member ARNs, error codes, and error messages.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchCreateChannelMembershipError.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchCreateChannelMembershipError.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ErrorCodeerrorCode()The error code.StringerrorCodeAsString()The error code.StringerrorMessage()The error message.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmemberArn()TheAppInstanceUserArnof the member that the service couldn't add.List<SdkField<?>>sdkFields()static Class<? extends BatchCreateChannelMembershipError.Builder>serializableBuilderClass()BatchCreateChannelMembershipError.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
memberArn
public final String memberArn()
The
AppInstanceUserArnof the member that the service couldn't add.- Returns:
- The
AppInstanceUserArnof the member that the service couldn't add.
-
errorCode
public final ErrorCode errorCode()
The error code.
If the service returns an enum value that is not available in the current SDK version,
errorCodewill returnErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromerrorCodeAsString().- Returns:
- The error code.
- See Also:
ErrorCode
-
errorCodeAsString
public final String errorCodeAsString()
The error code.
If the service returns an enum value that is not available in the current SDK version,
errorCodewill returnErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromerrorCodeAsString().- Returns:
- The error code.
- See Also:
ErrorCode
-
errorMessage
public final String errorMessage()
The error message.
- Returns:
- The error message.
-
toBuilder
public BatchCreateChannelMembershipError.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchCreateChannelMembershipError.Builder,BatchCreateChannelMembershipError>
-
builder
public static BatchCreateChannelMembershipError.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchCreateChannelMembershipError.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-