@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceDetails extends Object implements Serializable, Cloneable, StructuredPojo
Returns information about the resource being evaluated.
| Constructor and Description |
|---|
ResourceDetails() |
| Modifier and Type | Method and Description |
|---|---|
ResourceDetails |
clone() |
boolean |
equals(Object obj) |
String |
getResourceConfiguration()
The resource definition to be evaluated as per the resource configuration schema type.
|
String |
getResourceConfigurationSchemaType()
The schema type of the resource configuration.
|
String |
getResourceId()
A unique resource ID for an evaluation.
|
String |
getResourceType()
The type of resource being evaluated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setResourceConfiguration(String resourceConfiguration)
The resource definition to be evaluated as per the resource configuration schema type.
|
void |
setResourceConfigurationSchemaType(String resourceConfigurationSchemaType)
The schema type of the resource configuration.
|
void |
setResourceId(String resourceId)
A unique resource ID for an evaluation.
|
void |
setResourceType(String resourceType)
The type of resource being evaluated.
|
String |
toString()
Returns a string representation of this object.
|
ResourceDetails |
withResourceConfiguration(String resourceConfiguration)
The resource definition to be evaluated as per the resource configuration schema type.
|
ResourceDetails |
withResourceConfigurationSchemaType(ResourceConfigurationSchemaType resourceConfigurationSchemaType)
The schema type of the resource configuration.
|
ResourceDetails |
withResourceConfigurationSchemaType(String resourceConfigurationSchemaType)
The schema type of the resource configuration.
|
ResourceDetails |
withResourceId(String resourceId)
A unique resource ID for an evaluation.
|
ResourceDetails |
withResourceType(String resourceType)
The type of resource being evaluated.
|
public void setResourceId(String resourceId)
A unique resource ID for an evaluation.
resourceId - A unique resource ID for an evaluation.public String getResourceId()
A unique resource ID for an evaluation.
public ResourceDetails withResourceId(String resourceId)
A unique resource ID for an evaluation.
resourceId - A unique resource ID for an evaluation.public void setResourceType(String resourceType)
The type of resource being evaluated.
resourceType - The type of resource being evaluated.public String getResourceType()
The type of resource being evaluated.
public ResourceDetails withResourceType(String resourceType)
The type of resource being evaluated.
resourceType - The type of resource being evaluated.public void setResourceConfiguration(String resourceConfiguration)
The resource definition to be evaluated as per the resource configuration schema type.
resourceConfiguration - The resource definition to be evaluated as per the resource configuration schema type.public String getResourceConfiguration()
The resource definition to be evaluated as per the resource configuration schema type.
public ResourceDetails withResourceConfiguration(String resourceConfiguration)
The resource definition to be evaluated as per the resource configuration schema type.
resourceConfiguration - The resource definition to be evaluated as per the resource configuration schema type.public void setResourceConfigurationSchemaType(String resourceConfigurationSchemaType)
The schema type of the resource configuration.
resourceConfigurationSchemaType - The schema type of the resource configuration.ResourceConfigurationSchemaTypepublic String getResourceConfigurationSchemaType()
The schema type of the resource configuration.
ResourceConfigurationSchemaTypepublic ResourceDetails withResourceConfigurationSchemaType(String resourceConfigurationSchemaType)
The schema type of the resource configuration.
resourceConfigurationSchemaType - The schema type of the resource configuration.ResourceConfigurationSchemaTypepublic ResourceDetails withResourceConfigurationSchemaType(ResourceConfigurationSchemaType resourceConfigurationSchemaType)
The schema type of the resource configuration.
resourceConfigurationSchemaType - The schema type of the resource configuration.ResourceConfigurationSchemaTypepublic String toString()
toString in class ObjectObject.toString()public ResourceDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.