@Generated(value="software.amazon.awssdk:codegen") public final class DeveloperInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeveloperInfo.Builder,DeveloperInfo>
The details about the developer that published the skill.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeveloperInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeveloperInfo.Builder |
builder() |
String |
developerName()
The name of the developer.
|
String |
email()
The email of the developer.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
privacyPolicy()
The URL of the privacy policy.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeveloperInfo.Builder> |
serializableBuilderClass() |
DeveloperInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
url()
The website of the developer.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String developerName()
The name of the developer.
public final String privacyPolicy()
The URL of the privacy policy.
public final String email()
The email of the developer.
public final String url()
The website of the developer.
public DeveloperInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeveloperInfo.Builder,DeveloperInfo>public static DeveloperInfo.Builder builder()
public static Class<? extends DeveloperInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.