Class DocumentIdentifier
java.lang.Object
com.amazonaws.services.simplesystemsmanagement.model.DocumentIdentifier
- All Implemented Interfaces:
Serializable
,Cloneable
Describes the name of an SSM document.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getName()
The name of the SSM document.getOwner()
The AWS user account of the person who created the document.The operating system platform.int
hashCode()
void
The name of the SSM document.void
The AWS user account of the person who created the document.void
setPlatformTypes
(Collection<String> platformTypes) The operating system platform.toString()
Returns a string representation of this object; useful for testing and debugging.The name of the SSM document.The AWS user account of the person who created the document.withPlatformTypes
(PlatformType... platformTypes) The operating system platform.withPlatformTypes
(String... platformTypes) The operating system platform.withPlatformTypes
(Collection<String> platformTypes) The operating system platform.
-
Constructor Details
-
DocumentIdentifier
public DocumentIdentifier()
-
-
Method Details
-
setName
The name of the SSM document.
- Parameters:
name
- The name of the SSM document.
-
getName
The name of the SSM document.
- Returns:
- The name of the SSM document.
-
withName
The name of the SSM document.
- Parameters:
name
- The name of the SSM document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setOwner
The AWS user account of the person who created the document.
- Parameters:
owner
- The AWS user account of the person who created the document.
-
getOwner
The AWS user account of the person who created the document.
- Returns:
- The AWS user account of the person who created the document.
-
withOwner
The AWS user account of the person who created the document.
- Parameters:
owner
- The AWS user account of the person who created the document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getPlatformTypes
The operating system platform.
- Returns:
- The operating system platform.
- See Also:
-
setPlatformTypes
The operating system platform.
- Parameters:
platformTypes
- The operating system platform.- See Also:
-
withPlatformTypes
The operating system platform.
NOTE: This method appends the values to the existing list (if any). Use
setPlatformTypes(java.util.Collection)
orwithPlatformTypes(java.util.Collection)
if you want to override the existing values.- Parameters:
platformTypes
- The operating system platform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
withPlatformTypes
The operating system platform.
- Parameters:
platformTypes
- The operating system platform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
withPlatformTypes
The operating system platform.
- Parameters:
platformTypes
- The operating system platform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-