@Generated(value="software.amazon.awssdk:codegen") public final class DelegatedService extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DelegatedService.Builder,DelegatedService>
Contains information about the Amazon Web Services service for which the account is a delegated administrator.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DelegatedService.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DelegatedService.Builder |
builder() |
Instant |
delegationEnabledDate()
The date that the account became a delegated administrator for this service.
|
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 DelegatedService.Builder> |
serializableBuilderClass() |
String |
servicePrincipal()
The name of an Amazon Web Services service that can request an operation for the specified service.
|
DelegatedService.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String servicePrincipal()
The name of an Amazon Web Services service that can request an operation for the specified service. This is
typically in the form of a URL, such as: servicename.amazonaws.com.
servicename.amazonaws.com.public final Instant delegationEnabledDate()
The date that the account became a delegated administrator for this service.
public DelegatedService.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DelegatedService.Builder,DelegatedService>public static DelegatedService.Builder builder()
public static Class<? extends DelegatedService.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.