@Generated(value="software.amazon.awssdk:codegen") public final class GetSoftwareUpdatesResponse extends SnowballResponse implements ToCopyableBuilder<GetSoftwareUpdatesResponse.Builder,GetSoftwareUpdatesResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetSoftwareUpdatesResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetSoftwareUpdatesResponse.Builder |
builder() |
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 GetSoftwareUpdatesResponse.Builder> |
serializableBuilderClass() |
GetSoftwareUpdatesResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
updatesURI()
The Amazon S3 presigned URL for the update file associated with the specified
JobId value. |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String updatesURI()
The Amazon S3 presigned URL for the update file associated with the specified JobId value. The
software update will be available for 2 days after this request is made. To access an update after the 2 days
have passed, you'll have to make another call to GetSoftwareUpdates.
JobId value.
The software update will be available for 2 days after this request is made. To access an update after
the 2 days have passed, you'll have to make another call to GetSoftwareUpdates.public GetSoftwareUpdatesResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetSoftwareUpdatesResponse.Builder,GetSoftwareUpdatesResponse>toBuilder in class AwsResponsepublic static GetSoftwareUpdatesResponse.Builder builder()
public static Class<? extends GetSoftwareUpdatesResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.