@Generated(value="software.amazon.awssdk:codegen") public final class CreateConfigurationProfileResponse extends AppConfigResponse implements ToCopyableBuilder<CreateConfigurationProfileResponse.Builder,CreateConfigurationProfileResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateConfigurationProfileResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The application ID.
|
static CreateConfigurationProfileResponse.Builder |
builder() |
String |
description()
The configuration profile description.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasValidators()
Returns true if the Validators property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
String |
id()
The configuration profile ID.
|
String |
locationUri()
The URI location of the configuration.
|
String |
name()
The name of the configuration profile.
|
String |
retrievalRoleArn()
The ARN of an IAM role with permission to access the configuration at the specified LocationUri.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateConfigurationProfileResponse.Builder> |
serializableBuilderClass() |
CreateConfigurationProfileResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<Validator> |
validators()
A list of methods for validating the configuration.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String applicationId()
The application ID.
public String id()
The configuration profile ID.
public String name()
The name of the configuration profile.
public String description()
The configuration profile description.
public String locationUri()
The URI location of the configuration.
public String retrievalRoleArn()
The ARN of an IAM role with permission to access the configuration at the specified LocationUri.
public boolean hasValidators()
public List<Validator> validators()
A list of methods for validating the configuration.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasValidators() to see if a value was sent in this field.
public CreateConfigurationProfileResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateConfigurationProfileResponse.Builder,CreateConfigurationProfileResponse>toBuilder in class AwsResponsepublic static CreateConfigurationProfileResponse.Builder builder()
public static Class<? extends CreateConfigurationProfileResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.