@Generated(value="software.amazon.awssdk:codegen") public final class UpdatePartnerStatusRequest extends RedshiftRequest implements ToCopyableBuilder<UpdatePartnerStatusRequest.Builder,UpdatePartnerStatusRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdatePartnerStatusRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The Amazon Web Services account ID that owns the cluster.
|
static UpdatePartnerStatusRequest.Builder |
builder() |
String |
clusterIdentifier()
The cluster identifier of the cluster whose partner integration status is being updated.
|
String |
databaseName()
The name of the database whose partner integration status is being updated.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
partnerName()
The name of the partner whose integration status is being updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdatePartnerStatusRequest.Builder> |
serializableBuilderClass() |
PartnerIntegrationStatus |
status()
The value of the updated status.
|
String |
statusAsString()
The value of the updated status.
|
String |
statusMessage()
The status message provided by the partner.
|
UpdatePartnerStatusRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
The Amazon Web Services account ID that owns the cluster.
public final String clusterIdentifier()
The cluster identifier of the cluster whose partner integration status is being updated.
public final String databaseName()
The name of the database whose partner integration status is being updated.
public final String partnerName()
The name of the partner whose integration status is being updated.
public final PartnerIntegrationStatus status()
The value of the updated status.
If the service returns an enum value that is not available in the current SDK version, status will
return PartnerIntegrationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
PartnerIntegrationStatuspublic final String statusAsString()
The value of the updated status.
If the service returns an enum value that is not available in the current SDK version, status will
return PartnerIntegrationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
PartnerIntegrationStatuspublic final String statusMessage()
The status message provided by the partner.
public UpdatePartnerStatusRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdatePartnerStatusRequest.Builder,UpdatePartnerStatusRequest>toBuilder in class RedshiftRequestpublic static UpdatePartnerStatusRequest.Builder builder()
public static Class<? extends UpdatePartnerStatusRequest.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 © 2022. All rights reserved.