Class DisplayData
- java.lang.Object
-
- software.amazon.awssdk.services.ssoadmin.model.DisplayData
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<DisplayData.Builder,DisplayData>
@Generated("software.amazon.awssdk:codegen") public final class DisplayData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DisplayData.Builder,DisplayData>
A structure that describes how the portal represents an application provider.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DisplayData.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DisplayData.Builder
builder()
String
description()
The description of the application provider that appears in the portal.String
displayName()
The name of the application provider that appears in the portal.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
iconUrl()
A URL that points to an icon that represents the application provider.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends DisplayData.Builder>
serializableBuilderClass()
DisplayData.Builder
toBuilder()
String
toString()
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
-
description
public final String description()
The description of the application provider that appears in the portal.
- Returns:
- The description of the application provider that appears in the portal.
-
displayName
public final String displayName()
The name of the application provider that appears in the portal.
- Returns:
- The name of the application provider that appears in the portal.
-
iconUrl
public final String iconUrl()
A URL that points to an icon that represents the application provider.
- Returns:
- A URL that points to an icon that represents the application provider.
-
toBuilder
public DisplayData.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<DisplayData.Builder,DisplayData>
-
builder
public static DisplayData.Builder builder()
-
serializableBuilderClass
public static Class<? extends DisplayData.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-