public class PoolUpdatePropertiesParameter extends Object
Constructor and Description |
---|
PoolUpdatePropertiesParameter() |
Modifier and Type | Method and Description |
---|---|
List<ApplicationPackageReference> |
applicationPackageReferences()
Get the applicationPackageReferences value.
|
List<CertificateReference> |
certificateReferences()
Get the certificateReferences value.
|
List<MetadataItem> |
metadata()
Get the metadata value.
|
StartTask |
startTask()
Get the startTask value.
|
PoolUpdatePropertiesParameter |
withApplicationPackageReferences(List<ApplicationPackageReference> applicationPackageReferences)
Set the applicationPackageReferences value.
|
PoolUpdatePropertiesParameter |
withCertificateReferences(List<CertificateReference> certificateReferences)
Set the certificateReferences value.
|
PoolUpdatePropertiesParameter |
withMetadata(List<MetadataItem> metadata)
Set the metadata value.
|
PoolUpdatePropertiesParameter |
withStartTask(StartTask startTask)
Set the startTask value.
|
public StartTask startTask()
public PoolUpdatePropertiesParameter withStartTask(StartTask startTask)
startTask
- the startTask value to setpublic List<CertificateReference> certificateReferences()
public PoolUpdatePropertiesParameter withCertificateReferences(List<CertificateReference> certificateReferences)
certificateReferences
- the certificateReferences value to setpublic List<ApplicationPackageReference> applicationPackageReferences()
public PoolUpdatePropertiesParameter withApplicationPackageReferences(List<ApplicationPackageReference> applicationPackageReferences)
applicationPackageReferences
- the applicationPackageReferences value to setpublic List<MetadataItem> metadata()
public PoolUpdatePropertiesParameter withMetadata(List<MetadataItem> metadata)
metadata
- the metadata value to setCopyright © 2019. All rights reserved.