Modifies this request to include the specified attribute. If an attribute already exists,
            its value will be replaced with the new value.
            
 Declaration Syntax
 Declaration Syntax| C# | 
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")] public CreatePlatformApplicationRequest WithAttribute( string key, string value )
 Return Value
 Return ValueThe current instance.
 Exceptions
 Exceptions| Exception | Condition | 
|---|---|
| ArgumentException | Invalid key; cannot be NULL or empty. |