Amazon.ElastiCache.Model.Internal.MarshallTransformations.DescribeCacheParameterGroupsResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

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