Amazon.AWSSupport.Model.Internal.MarshallTransformations.DescribeTrustedAdvisorCheckResultResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : DescribeTrustedAdvisorCheckResultResponseUnmarshaller
return DescribeTrustedAdvisorCheckResultResponseUnmarshaller
        public static DescribeTrustedAdvisorCheckResultResponseUnmarshaller GetInstance()
        {
          if (instance == null)
          {
            instance = new DescribeTrustedAdvisorCheckResultResponseUnmarshaller();
          }
          return instance;
        }
  
DescribeTrustedAdvisorCheckResultResponseUnmarshaller