The StackResourceDetail data type.

 /// <summary>
 /// Sets the StackResourceDetail property
 /// </summary>
 /// <param name="stackResourceDetail">The value to set for the StackResourceDetail property </param>
 /// <returns>this instance</returns>
 public DescribeStackResourceResult WithStackResourceDetail(StackResourceDetail stackResourceDetail)
 {
     this.stackResourceDetail = stackResourceDetail;
     return(this);
 }
 /// <summary>
 /// Sets the StackResourceDetail property
 /// </summary>
 /// <param name="stackResourceDetail">The value to set for the StackResourceDetail property </param>
 /// <returns>this instance</returns>
 public DescribeStackResourceResult WithStackResourceDetail(StackResourceDetail stackResourceDetail)
 {
     this.stackResourceDetail = stackResourceDetail;
     return this;
 }