@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateServiceSettingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateServiceSettingsRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateServiceSettingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getAllowUpdate()
Describes if updates are allowed to the service settings for Linux subscriptions.
|
String |
getLinuxSubscriptionsDiscovery()
Describes if the discovery of Linux subscriptions is enabled.
|
LinuxSubscriptionsDiscoverySettings |
getLinuxSubscriptionsDiscoverySettings()
The settings defined for Linux subscriptions discovery.
|
int |
hashCode() |
Boolean |
isAllowUpdate()
Describes if updates are allowed to the service settings for Linux subscriptions.
|
void |
setAllowUpdate(Boolean allowUpdate)
Describes if updates are allowed to the service settings for Linux subscriptions.
|
void |
setLinuxSubscriptionsDiscovery(String linuxSubscriptionsDiscovery)
Describes if the discovery of Linux subscriptions is enabled.
|
void |
setLinuxSubscriptionsDiscoverySettings(LinuxSubscriptionsDiscoverySettings linuxSubscriptionsDiscoverySettings)
The settings defined for Linux subscriptions discovery.
|
String |
toString()
Returns a string representation of this object.
|
UpdateServiceSettingsRequest |
withAllowUpdate(Boolean allowUpdate)
Describes if updates are allowed to the service settings for Linux subscriptions.
|
UpdateServiceSettingsRequest |
withLinuxSubscriptionsDiscovery(LinuxSubscriptionsDiscovery linuxSubscriptionsDiscovery)
Describes if the discovery of Linux subscriptions is enabled.
|
UpdateServiceSettingsRequest |
withLinuxSubscriptionsDiscovery(String linuxSubscriptionsDiscovery)
Describes if the discovery of Linux subscriptions is enabled.
|
UpdateServiceSettingsRequest |
withLinuxSubscriptionsDiscoverySettings(LinuxSubscriptionsDiscoverySettings linuxSubscriptionsDiscoverySettings)
The settings defined for Linux subscriptions discovery.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setAllowUpdate(Boolean allowUpdate)
Describes if updates are allowed to the service settings for Linux subscriptions. If you allow updates, you can aggregate Linux subscription data in more than one home Region.
allowUpdate - Describes if updates are allowed to the service settings for Linux subscriptions. If you allow updates,
you can aggregate Linux subscription data in more than one home Region.public Boolean getAllowUpdate()
Describes if updates are allowed to the service settings for Linux subscriptions. If you allow updates, you can aggregate Linux subscription data in more than one home Region.
public UpdateServiceSettingsRequest withAllowUpdate(Boolean allowUpdate)
Describes if updates are allowed to the service settings for Linux subscriptions. If you allow updates, you can aggregate Linux subscription data in more than one home Region.
allowUpdate - Describes if updates are allowed to the service settings for Linux subscriptions. If you allow updates,
you can aggregate Linux subscription data in more than one home Region.public Boolean isAllowUpdate()
Describes if updates are allowed to the service settings for Linux subscriptions. If you allow updates, you can aggregate Linux subscription data in more than one home Region.
public void setLinuxSubscriptionsDiscovery(String linuxSubscriptionsDiscovery)
Describes if the discovery of Linux subscriptions is enabled.
linuxSubscriptionsDiscovery - Describes if the discovery of Linux subscriptions is enabled.LinuxSubscriptionsDiscoverypublic String getLinuxSubscriptionsDiscovery()
Describes if the discovery of Linux subscriptions is enabled.
LinuxSubscriptionsDiscoverypublic UpdateServiceSettingsRequest withLinuxSubscriptionsDiscovery(String linuxSubscriptionsDiscovery)
Describes if the discovery of Linux subscriptions is enabled.
linuxSubscriptionsDiscovery - Describes if the discovery of Linux subscriptions is enabled.LinuxSubscriptionsDiscoverypublic UpdateServiceSettingsRequest withLinuxSubscriptionsDiscovery(LinuxSubscriptionsDiscovery linuxSubscriptionsDiscovery)
Describes if the discovery of Linux subscriptions is enabled.
linuxSubscriptionsDiscovery - Describes if the discovery of Linux subscriptions is enabled.LinuxSubscriptionsDiscoverypublic void setLinuxSubscriptionsDiscoverySettings(LinuxSubscriptionsDiscoverySettings linuxSubscriptionsDiscoverySettings)
The settings defined for Linux subscriptions discovery. The settings include if Organizations integration has been enabled, and which Regions data will be aggregated from.
linuxSubscriptionsDiscoverySettings - The settings defined for Linux subscriptions discovery. The settings include if Organizations integration
has been enabled, and which Regions data will be aggregated from.public LinuxSubscriptionsDiscoverySettings getLinuxSubscriptionsDiscoverySettings()
The settings defined for Linux subscriptions discovery. The settings include if Organizations integration has been enabled, and which Regions data will be aggregated from.
public UpdateServiceSettingsRequest withLinuxSubscriptionsDiscoverySettings(LinuxSubscriptionsDiscoverySettings linuxSubscriptionsDiscoverySettings)
The settings defined for Linux subscriptions discovery. The settings include if Organizations integration has been enabled, and which Regions data will be aggregated from.
linuxSubscriptionsDiscoverySettings - The settings defined for Linux subscriptions discovery. The settings include if Organizations integration
has been enabled, and which Regions data will be aggregated from.public String toString()
toString in class ObjectObject.toString()public UpdateServiceSettingsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()