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

GetInstance() 공개 정적인 메소드

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