@Generated(value="software.amazon.awssdk:codegen") public final class Platform extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Platform.Builder,Platform>
The platform-related details about the DataSync agent, such as the version number.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Platform.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Platform.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 Platform.Builder> |
serializableBuilderClass() |
Platform.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
version()
The version of the DataSync agent.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String version()
The version of the DataSync agent.
Beginning December 7, 2023, we will discontinue version 1 DataSync agents. Check the DataSync console to see if you have affected agents. If you do, replace those agents before then to avoid data transfer or storage discovery disruptions. If you need more help, contact Amazon Web Services Support.
Beginning December 7, 2023, we will discontinue version 1 DataSync agents. Check the DataSync console to see if you have affected agents. If you do, replace those agents before then to avoid data transfer or storage discovery disruptions. If you need more help, contact Amazon Web Services Support.
public Platform.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Platform.Builder,Platform>public static Platform.Builder builder()
public static Class<? extends Platform.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.