@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VendorProperties extends Object implements Serializable, Cloneable, StructuredPojo
Properties of the worker that are provided by the vendor FMS.
Constructor and Description |
---|
VendorProperties() |
public void setVendorWorkerId(String vendorWorkerId)
vendorWorkerId
- public String getVendorWorkerId()
public VendorProperties withVendorWorkerId(String vendorWorkerId)
vendorWorkerId
- public void setVendorWorkerIpAddress(String vendorWorkerIpAddress)
vendorWorkerIpAddress
- public String getVendorWorkerIpAddress()
public VendorProperties withVendorWorkerIpAddress(String vendorWorkerIpAddress)
vendorWorkerIpAddress
- public void setVendorAdditionalTransientProperties(String vendorAdditionalTransientProperties)
vendorAdditionalTransientProperties
- public String getVendorAdditionalTransientProperties()
public VendorProperties withVendorAdditionalTransientProperties(String vendorAdditionalTransientProperties)
vendorAdditionalTransientProperties
- public void setVendorAdditionalFixedProperties(String vendorAdditionalFixedProperties)
vendorAdditionalFixedProperties
- public String getVendorAdditionalFixedProperties()
public VendorProperties withVendorAdditionalFixedProperties(String vendorAdditionalFixedProperties)
vendorAdditionalFixedProperties
- public String toString()
toString
in class Object
Object.toString()
public VendorProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.