Class UpdateDomainResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.datazone.model.DataZoneResponse
-
- software.amazon.awssdk.services.datazone.model.UpdateDomainResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateDomainResponse.Builder,UpdateDomainResponse>
@Generated("software.amazon.awssdk:codegen") public final class UpdateDomainResponse extends DataZoneResponse implements ToCopyableBuilder<UpdateDomainResponse.Builder,UpdateDomainResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateDomainResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateDomainResponse.Builderbuilder()Stringdescription()The description to be updated as part of theUpdateDomainaction.StringdomainExecutionRole()The domain execution role to be updated as part of theUpdateDomainaction.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The identifier of the Amazon DataZone domain.InstantlastUpdatedAt()Specifies the timestamp of when the domain was last updated.Stringname()The name to be updated as part of theUpdateDomainaction.StringrootDomainUnitId()The ID of the root domain unit.List<SdkField<?>>sdkFields()static Class<? extends UpdateDomainResponse.Builder>serializableBuilderClass()SingleSignOnsingleSignOn()The single sign-on option of the Amazon DataZone domain.UpdateDomainResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.datazone.model.DataZoneResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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 to be updated as part of the
UpdateDomainaction.- Returns:
- The description to be updated as part of the
UpdateDomainaction.
-
domainExecutionRole
public final String domainExecutionRole()
The domain execution role to be updated as part of the
UpdateDomainaction.- Returns:
- The domain execution role to be updated as part of the
UpdateDomainaction.
-
id
public final String id()
The identifier of the Amazon DataZone domain.
- Returns:
- The identifier of the Amazon DataZone domain.
-
lastUpdatedAt
public final Instant lastUpdatedAt()
Specifies the timestamp of when the domain was last updated.
- Returns:
- Specifies the timestamp of when the domain was last updated.
-
name
public final String name()
The name to be updated as part of the
UpdateDomainaction.- Returns:
- The name to be updated as part of the
UpdateDomainaction.
-
rootDomainUnitId
public final String rootDomainUnitId()
The ID of the root domain unit.
- Returns:
- The ID of the root domain unit.
-
singleSignOn
public final SingleSignOn singleSignOn()
The single sign-on option of the Amazon DataZone domain.
- Returns:
- The single sign-on option of the Amazon DataZone domain.
-
toBuilder
public UpdateDomainResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateDomainResponse.Builder,UpdateDomainResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static UpdateDomainResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateDomainResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-