@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StudioComponentConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of the studio component, based on component type.
Constructor and Description |
---|
StudioComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
StudioComponentConfiguration |
clone() |
boolean |
equals(Object obj) |
ActiveDirectoryConfiguration |
getActiveDirectoryConfiguration()
The configuration for a Directory Service for Microsoft Active Directory studio resource.
|
ComputeFarmConfiguration |
getComputeFarmConfiguration()
The configuration for a render farm that is associated with a studio resource.
|
LicenseServiceConfiguration |
getLicenseServiceConfiguration()
The configuration for a license service that is associated with a studio resource.
|
SharedFileSystemConfiguration |
getSharedFileSystemConfiguration()
The configuration for a shared file storage system that is associated with a studio resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setActiveDirectoryConfiguration(ActiveDirectoryConfiguration activeDirectoryConfiguration)
The configuration for a Directory Service for Microsoft Active Directory studio resource.
|
void |
setComputeFarmConfiguration(ComputeFarmConfiguration computeFarmConfiguration)
The configuration for a render farm that is associated with a studio resource.
|
void |
setLicenseServiceConfiguration(LicenseServiceConfiguration licenseServiceConfiguration)
The configuration for a license service that is associated with a studio resource.
|
void |
setSharedFileSystemConfiguration(SharedFileSystemConfiguration sharedFileSystemConfiguration)
The configuration for a shared file storage system that is associated with a studio resource.
|
String |
toString()
Returns a string representation of this object.
|
StudioComponentConfiguration |
withActiveDirectoryConfiguration(ActiveDirectoryConfiguration activeDirectoryConfiguration)
The configuration for a Directory Service for Microsoft Active Directory studio resource.
|
StudioComponentConfiguration |
withComputeFarmConfiguration(ComputeFarmConfiguration computeFarmConfiguration)
The configuration for a render farm that is associated with a studio resource.
|
StudioComponentConfiguration |
withLicenseServiceConfiguration(LicenseServiceConfiguration licenseServiceConfiguration)
The configuration for a license service that is associated with a studio resource.
|
StudioComponentConfiguration |
withSharedFileSystemConfiguration(SharedFileSystemConfiguration sharedFileSystemConfiguration)
The configuration for a shared file storage system that is associated with a studio resource.
|
public void setActiveDirectoryConfiguration(ActiveDirectoryConfiguration activeDirectoryConfiguration)
The configuration for a Directory Service for Microsoft Active Directory studio resource.
activeDirectoryConfiguration
- The configuration for a Directory Service for Microsoft Active Directory studio resource.public ActiveDirectoryConfiguration getActiveDirectoryConfiguration()
The configuration for a Directory Service for Microsoft Active Directory studio resource.
public StudioComponentConfiguration withActiveDirectoryConfiguration(ActiveDirectoryConfiguration activeDirectoryConfiguration)
The configuration for a Directory Service for Microsoft Active Directory studio resource.
activeDirectoryConfiguration
- The configuration for a Directory Service for Microsoft Active Directory studio resource.public void setComputeFarmConfiguration(ComputeFarmConfiguration computeFarmConfiguration)
The configuration for a render farm that is associated with a studio resource.
computeFarmConfiguration
- The configuration for a render farm that is associated with a studio resource.public ComputeFarmConfiguration getComputeFarmConfiguration()
The configuration for a render farm that is associated with a studio resource.
public StudioComponentConfiguration withComputeFarmConfiguration(ComputeFarmConfiguration computeFarmConfiguration)
The configuration for a render farm that is associated with a studio resource.
computeFarmConfiguration
- The configuration for a render farm that is associated with a studio resource.public void setLicenseServiceConfiguration(LicenseServiceConfiguration licenseServiceConfiguration)
The configuration for a license service that is associated with a studio resource.
licenseServiceConfiguration
- The configuration for a license service that is associated with a studio resource.public LicenseServiceConfiguration getLicenseServiceConfiguration()
The configuration for a license service that is associated with a studio resource.
public StudioComponentConfiguration withLicenseServiceConfiguration(LicenseServiceConfiguration licenseServiceConfiguration)
The configuration for a license service that is associated with a studio resource.
licenseServiceConfiguration
- The configuration for a license service that is associated with a studio resource.public void setSharedFileSystemConfiguration(SharedFileSystemConfiguration sharedFileSystemConfiguration)
The configuration for a shared file storage system that is associated with a studio resource.
sharedFileSystemConfiguration
- The configuration for a shared file storage system that is associated with a studio resource.public SharedFileSystemConfiguration getSharedFileSystemConfiguration()
The configuration for a shared file storage system that is associated with a studio resource.
public StudioComponentConfiguration withSharedFileSystemConfiguration(SharedFileSystemConfiguration sharedFileSystemConfiguration)
The configuration for a shared file storage system that is associated with a studio resource.
sharedFileSystemConfiguration
- The configuration for a shared file storage system that is associated with a studio resource.public String toString()
toString
in class Object
Object.toString()
public StudioComponentConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.