Class SuccessfulRequest
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.SuccessfulRequest
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SuccessfulRequest.Builder,SuccessfulRequest>
@Generated("software.amazon.awssdk:codegen") public final class SuccessfulRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SuccessfulRequest.Builder,SuccessfulRequest>
Request for which contact was successfully created.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSuccessfulRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SuccessfulRequest.Builderbuilder()StringcontactId()The contactId of the contact that was created successfully.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringrequestIdentifier()Request identifier provided in the API call in the ContactDataRequest to create a contact.List<SdkField<?>>sdkFields()static Class<? extends SuccessfulRequest.Builder>serializableBuilderClass()SuccessfulRequest.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
-
requestIdentifier
public final String requestIdentifier()
Request identifier provided in the API call in the ContactDataRequest to create a contact.
- Returns:
- Request identifier provided in the API call in the ContactDataRequest to create a contact.
-
contactId
public final String contactId()
The contactId of the contact that was created successfully.
- Returns:
- The contactId of the contact that was created successfully.
-
toBuilder
public SuccessfulRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SuccessfulRequest.Builder,SuccessfulRequest>
-
builder
public static SuccessfulRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends SuccessfulRequest.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.
-
-