Class ServiceQuotaExceededExceptionReason
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.ServiceQuotaExceededExceptionReason
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ServiceQuotaExceededExceptionReason.Builder,ServiceQuotaExceededExceptionReason>
@Generated("software.amazon.awssdk:codegen") public final class ServiceQuotaExceededExceptionReason extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServiceQuotaExceededExceptionReason.Builder,ServiceQuotaExceededExceptionReason>
The reason for the exception.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceServiceQuotaExceededExceptionReason.Builderstatic classServiceQuotaExceededExceptionReason.Type
-
Method Summary
-
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
-
attachedFileServiceQuotaExceededExceptionReason
public final AttachedFileServiceQuotaExceededExceptionReason attachedFileServiceQuotaExceededExceptionReason()
Total file size of all files or total number of files exceeds the service quota
If the service returns an enum value that is not available in the current SDK version,
attachedFileServiceQuotaExceededExceptionReasonwill returnAttachedFileServiceQuotaExceededExceptionReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromattachedFileServiceQuotaExceededExceptionReasonAsString().- Returns:
- Total file size of all files or total number of files exceeds the service quota
- See Also:
AttachedFileServiceQuotaExceededExceptionReason
-
attachedFileServiceQuotaExceededExceptionReasonAsString
public final String attachedFileServiceQuotaExceededExceptionReasonAsString()
Total file size of all files or total number of files exceeds the service quota
If the service returns an enum value that is not available in the current SDK version,
attachedFileServiceQuotaExceededExceptionReasonwill returnAttachedFileServiceQuotaExceededExceptionReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromattachedFileServiceQuotaExceededExceptionReasonAsString().- Returns:
- Total file size of all files or total number of files exceeds the service quota
- See Also:
AttachedFileServiceQuotaExceededExceptionReason
-
toBuilder
public ServiceQuotaExceededExceptionReason.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ServiceQuotaExceededExceptionReason.Builder,ServiceQuotaExceededExceptionReason>
-
builder
public static ServiceQuotaExceededExceptionReason.Builder builder()
-
serializableBuilderClass
public static Class<? extends ServiceQuotaExceededExceptionReason.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.
-
fromAttachedFileServiceQuotaExceededExceptionReason
public static ServiceQuotaExceededExceptionReason fromAttachedFileServiceQuotaExceededExceptionReason(String attachedFileServiceQuotaExceededExceptionReason)
Create an instance of this class withattachedFileServiceQuotaExceededExceptionReasonAsString()initialized to the given value.Total file size of all files or total number of files exceeds the service quota
- Parameters:
attachedFileServiceQuotaExceededExceptionReason- Total file size of all files or total number of files exceeds the service quota- See Also:
AttachedFileServiceQuotaExceededExceptionReason
-
fromAttachedFileServiceQuotaExceededExceptionReason
public static ServiceQuotaExceededExceptionReason fromAttachedFileServiceQuotaExceededExceptionReason(AttachedFileServiceQuotaExceededExceptionReason attachedFileServiceQuotaExceededExceptionReason)
Create an instance of this class withattachedFileServiceQuotaExceededExceptionReasonAsString()initialized to the given value.Total file size of all files or total number of files exceeds the service quota
- Parameters:
attachedFileServiceQuotaExceededExceptionReason- Total file size of all files or total number of files exceeds the service quota- See Also:
AttachedFileServiceQuotaExceededExceptionReason
-
type
public ServiceQuotaExceededExceptionReason.Type type()
Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will beServiceQuotaExceededExceptionReason.Type.UNKNOWN_TO_SDK_VERSIONif the service returned a member that is only known to a newer SDK version. When this class is created directly in your code, this will beServiceQuotaExceededExceptionReason.Type.UNKNOWN_TO_SDK_VERSIONif zero members are set, andnullif more than one member is set.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-