@Generated(value="software.amazon.awssdk:codegen") public final class UpdateDomainConfigurationResponse extends IotResponse implements ToCopyableBuilder<UpdateDomainConfigurationResponse.Builder,UpdateDomainConfigurationResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
UpdateDomainConfigurationResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static UpdateDomainConfigurationResponse.Builder |
builder() |
String |
domainConfigurationArn()
The ARN of the domain configuration that was updated.
|
String |
domainConfigurationName()
The name of the domain configuration that was updated.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateDomainConfigurationResponse.Builder> |
serializableBuilderClass() |
UpdateDomainConfigurationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String domainConfigurationName()
The name of the domain configuration that was updated.
public String domainConfigurationArn()
The ARN of the domain configuration that was updated.
public UpdateDomainConfigurationResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<UpdateDomainConfigurationResponse.Builder,UpdateDomainConfigurationResponse>
toBuilder
in class AwsResponse
public static UpdateDomainConfigurationResponse.Builder builder()
public static Class<? extends UpdateDomainConfigurationResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsResponse
public boolean equals(Object obj)
equals
in class AwsResponse
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2020. All rights reserved.