public class SsmInstallPackagesEvent extends SsmPackageEvent
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Long |
channelId |
protected java.util.Set<java.lang.String> |
packages |
actionChainId, earliest, userId| Constructor and Description |
|---|
SsmInstallPackagesEvent(java.lang.Long userIdIn,
java.util.Date earliestIn,
ActionChain actionChainIn,
java.util.Set<java.lang.String> packagesIn,
java.lang.Long channelIdIn)
Creates a new event to install a set of packages on systems in the SSM.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getChannelId() |
java.util.Set<java.lang.String> |
getPackages() |
java.lang.String |
toString() |
getActionChainId, getEarliest, getTransaction, getUserId, toTextprotected java.util.Set<java.lang.String> packages
protected java.lang.Long channelId
public SsmInstallPackagesEvent(java.lang.Long userIdIn,
java.util.Date earliestIn,
ActionChain actionChainIn,
java.util.Set<java.lang.String> packagesIn,
java.lang.Long channelIdIn)
userIdIn - user making the changes; cannot be nullearliestIn - earliest time to perform the installation; can be
nullactionChainIn - the selected Action Chain or nullpackagesIn - set of package IDs being installed; cannot be nullchannelIdIn - identifies the channel the packages are installed from; cannot
be nullpublic java.util.Set<java.lang.String> getPackages()
nullpublic java.lang.Long getChannelId()
nullpublic java.lang.String toString()
toString in class SsmPackageEvent