Amazon.AWSSupport.Model.Internal.MarshallTransformations.DescribeCommunicationsResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : DescribeCommunicationsResponseUnmarshaller
리턴 DescribeCommunicationsResponseUnmarshaller
        public static DescribeCommunicationsResponseUnmarshaller GetInstance()
        {
          if (instance == null)
          {
            instance = new DescribeCommunicationsResponseUnmarshaller();
          }
          return instance;
        }