@Generated(value="software.amazon.awssdk:codegen") public final class VendorProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VendorProperties.Builder,VendorProperties>
Properties of the worker that are provided by the vendor FMS.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VendorProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VendorProperties.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 VendorProperties.Builder> |
serializableBuilderClass() |
VendorProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vendorAdditionalFixedProperties()
Returns the value of the VendorAdditionalFixedProperties property for this object.
|
String |
vendorAdditionalTransientProperties()
Returns the value of the VendorAdditionalTransientProperties property for this object.
|
String |
vendorWorkerId()
Returns the value of the VendorWorkerId property for this object.
|
String |
vendorWorkerIpAddress()
Returns the value of the VendorWorkerIpAddress property for this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String vendorWorkerId()
public final String vendorWorkerIpAddress()
public final String vendorAdditionalTransientProperties()
public final String vendorAdditionalFixedProperties()
public VendorProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VendorProperties.Builder,VendorProperties>public static VendorProperties.Builder builder()
public static Class<? extends VendorProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.