@Generated(value="software.amazon.awssdk:codegen") public final class UpdateIdentityProviderSettingsRequest extends LicenseManagerUserSubscriptionsRequest implements ToCopyableBuilder<UpdateIdentityProviderSettingsRequest.Builder,UpdateIdentityProviderSettingsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateIdentityProviderSettingsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateIdentityProviderSettingsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
IdentityProvider |
identityProvider()
Returns the value of the IdentityProvider property for this object.
|
String |
product()
The name of the user-based subscription product.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateIdentityProviderSettingsRequest.Builder> |
serializableBuilderClass() |
UpdateIdentityProviderSettingsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
UpdateSettings |
updateSettings()
Updates the registered identity provider’s product related configuration settings.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final IdentityProvider identityProvider()
public final String product()
The name of the user-based subscription product.
public final UpdateSettings updateSettings()
Updates the registered identity provider’s product related configuration settings. You can update any combination of settings in a single operation such as the:
Subnets which you want to add to provision VPC endpoints.
Subnets which you want to remove the VPC endpoints from.
Security group ID which permits traffic to the VPC endpoints.
Subnets which you want to add to provision VPC endpoints.
Subnets which you want to remove the VPC endpoints from.
Security group ID which permits traffic to the VPC endpoints.
public UpdateIdentityProviderSettingsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateIdentityProviderSettingsRequest.Builder,UpdateIdentityProviderSettingsRequest>toBuilder in class LicenseManagerUserSubscriptionsRequestpublic static UpdateIdentityProviderSettingsRequest.Builder builder()
public static Class<? extends UpdateIdentityProviderSettingsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.