Class Platform
- java.lang.Object
-
- software.amazon.awssdk.services.datasync.model.Platform
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Platform.Builder,Platform>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePlatform.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Platform.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends Platform.Builder>serializableBuilderClass()Platform.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringversion()The version of the DataSync agent.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
version
public final String version()
The version of the DataSync agent.
On December 7, 2023, we discontinued version 1 DataSync agents. Check the DataSync console to see if you have affected agents. If you do, replace those agents or delete them if they aren't in use. If you need more help, contact Amazon Web Services Support.
- Returns:
- The version of the DataSync agent.
On December 7, 2023, we discontinued version 1 DataSync agents. Check the DataSync console to see if you have affected agents. If you do, replace those agents or delete them if they aren't in use. If you need more help, contact Amazon Web Services Support.
-
toBuilder
public Platform.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Platform.Builder,Platform>
-
builder
public static Platform.Builder builder()
-
serializableBuilderClass
public static Class<? extends Platform.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-