public class RulesPackage extends Object implements Serializable, Cloneable
Contains information about an Inspector rules package.
This data type is used as the response element in the DescribeRulesPackage action.
Constructor and Description |
---|
RulesPackage() |
Modifier and Type | Method and Description |
---|---|
RulesPackage |
clone() |
boolean |
equals(Object obj) |
LocalizedText |
getDescription()
The description of the rules package.
|
String |
getProvider()
The provider of the rules package.
|
String |
getRulesPackageArn()
The ARN of the rules package.
|
String |
getRulesPackageName()
The name of the rules package.
|
String |
getVersion()
The version id of the rules package.
|
int |
hashCode() |
void |
setDescription(LocalizedText description)
The description of the rules package.
|
void |
setProvider(String provider)
The provider of the rules package.
|
void |
setRulesPackageArn(String rulesPackageArn)
The ARN of the rules package.
|
void |
setRulesPackageName(String rulesPackageName)
The name of the rules package.
|
void |
setVersion(String version)
The version id of the rules package.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RulesPackage |
withDescription(LocalizedText description)
The description of the rules package.
|
RulesPackage |
withProvider(String provider)
The provider of the rules package.
|
RulesPackage |
withRulesPackageArn(String rulesPackageArn)
The ARN of the rules package.
|
RulesPackage |
withRulesPackageName(String rulesPackageName)
The name of the rules package.
|
RulesPackage |
withVersion(String version)
The version id of the rules package.
|
public void setRulesPackageArn(String rulesPackageArn)
The ARN of the rules package.
rulesPackageArn
- The ARN of the rules package.public String getRulesPackageArn()
The ARN of the rules package.
public RulesPackage withRulesPackageArn(String rulesPackageArn)
The ARN of the rules package.
rulesPackageArn
- The ARN of the rules package.public void setRulesPackageName(String rulesPackageName)
The name of the rules package.
rulesPackageName
- The name of the rules package.public String getRulesPackageName()
The name of the rules package.
public RulesPackage withRulesPackageName(String rulesPackageName)
The name of the rules package.
rulesPackageName
- The name of the rules package.public void setVersion(String version)
The version id of the rules package.
version
- The version id of the rules package.public String getVersion()
The version id of the rules package.
public RulesPackage withVersion(String version)
The version id of the rules package.
version
- The version id of the rules package.public void setProvider(String provider)
The provider of the rules package.
provider
- The provider of the rules package.public String getProvider()
The provider of the rules package.
public RulesPackage withProvider(String provider)
The provider of the rules package.
provider
- The provider of the rules package.public void setDescription(LocalizedText description)
The description of the rules package.
description
- The description of the rules package.public LocalizedText getDescription()
The description of the rules package.
public RulesPackage withDescription(LocalizedText description)
The description of the rules package.
description
- The description of the rules package.public String toString()
toString
in class Object
Object.toString()
public RulesPackage clone()
Copyright © 2015. All rights reserved.