@Generated(value="software.amazon.awssdk:codegen") public final class CancelIngestionResponse extends QuickSightResponse implements ToCopyableBuilder<CancelIngestionResponse.Builder,CancelIngestionResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
CancelIngestionResponse.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
The Amazon Resource Name (ARN) for the data ingestion.
|
static CancelIngestionResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
ingestionId()
An ID for the ingestion.
|
String |
requestId()
The AWS request ID for this operation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CancelIngestionResponse.Builder> |
serializableBuilderClass() |
Integer |
status()
The HTTP status of the request.
|
CancelIngestionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String arn()
The Amazon Resource Name (ARN) for the data ingestion.
public String ingestionId()
An ID for the ingestion.
public String requestId()
The AWS request ID for this operation.
public Integer status()
The HTTP status of the request.
public CancelIngestionResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<CancelIngestionResponse.Builder,CancelIngestionResponse>
toBuilder
in class AwsResponse
public static CancelIngestionResponse.Builder builder()
public static Class<? extends CancelIngestionResponse.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 © 2019. All rights reserved.