@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateNetworkAnalyzerConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateNetworkAnalyzerConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
CreateNetworkAnalyzerConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name of the new resource.
|
String |
getName() |
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name of the new resource.
|
void |
setName(String name) |
String |
toString()
Returns a string representation of this object.
|
CreateNetworkAnalyzerConfigurationResult |
withArn(String arn)
The Amazon Resource Name of the new resource.
|
CreateNetworkAnalyzerConfigurationResult |
withName(String name) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CreateNetworkAnalyzerConfigurationResult()
public void setArn(String arn)
The Amazon Resource Name of the new resource.
arn
- The Amazon Resource Name of the new resource.public String getArn()
The Amazon Resource Name of the new resource.
public CreateNetworkAnalyzerConfigurationResult withArn(String arn)
The Amazon Resource Name of the new resource.
arn
- The Amazon Resource Name of the new resource.public void setName(String name)
name
- public String getName()
public CreateNetworkAnalyzerConfigurationResult withName(String name)
name
- public String toString()
toString
in class Object
Object.toString()
public CreateNetworkAnalyzerConfigurationResult clone()